PDA

Click to See Complete Forum and Search --> : Source database problem


Tonatiuh
Sep 23rd, 1999, 11:59 AM
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).]

SmithVoice
Sep 24th, 1999, 01:44 AM
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