Results 1 to 2 of 2

Thread: Source database problem

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 1999
    Location
    Reynosa, Mexico
    Posts
    274

    Post

    I have a database which was designed into net drive K:\XYZ with Visual FoxPro 5.0.

    I copied into another local drive c:\ABC to make some tests. I open the database from c:\ABC but to some operations try to look for the original database path (K:\XYZ) !!!!!

    If I tray to access to the local copy of the database from C:\ABC and works only partially!!!!

    What kind of crazy is this?

    I'm using ADO 2.1 and VB5 enterprise.

    I will thank any help.




    [This message has been edited by Tonatiuh (edited 09-23-1999).]

  2. #2
    Member
    Join Date
    Apr 1999
    Location
    Kirkland, WA, USA
    Posts
    40

    Post

    I mmay be wrong but I've never seen mention of ADO saving path settings for future reference without your asking it to.

    It sounds like somewhere in those other proutines you have set either a hardcoded path or have saved a path to an INI/Registry setting and those routines are using those paths instaed of the one you're tying to switch to.

    I know, this seems obvious but step thru the code for the connections and see if you forgot about a saved path value.

    ------------------
    http://www.smithvoice.com/vbfun.htm

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width