I have a VB 6.0 app using access 2000 database. This app resynchs their laptops to the master database on a machine in their office.. They use when they leave the office to copy the dbase locally to the laptop and then point the odbc connection for the app to the copied database... c:\... instead of s:\..
They then use another vb app which writes to the dbase locally...
Upon return to the office they then resynch the master dbase on the machine in their office... Update with changes made while in the field....
All worked fine until VISTA... I had to install Office 2007 with access on two newly purchased laptops.( Another story)
I had everything running fine until Last week. I now get an error trying to run the "Go remote" utility
Microsoft[ODBC Microsoft Access Driver] 'Unknown' is not a valid path. Make sure the path name is spelled correctly and that you are connected to the server....
-2147467259(80004005)..
I have googled and read alot and tried a lot of things.. rebooting all machines hasnt worked. Permissions havent changed since it was working ok.. If I try and debugg it in VStudio 2000 It works fine???? Any ideas??