Hi,
I wrote some code which is installed and working on the WXP dev. station and several W2K workstations. In the code an ODBC connection is made to DSN=RemoteDB;UID=;PWD=; (this through ADODB)
"RemoteDB" is a System datasource (to an SQL Server) and the test panel works. However, on one Win2K machine when opening the ODBC connection, the open method throws the error:
"Exception occurred in Microsoft OLE DB Provider for ODBC Drivers, [Microsoft][ODBC Microsoft Access Driver] '(unknown)' is not a valid path..."
All the articles I can find imply this must be because a bad path to an .mdb has been supplied - BUT the DSN refers to an SQL Server!?
I've installed MDAC SP1 on the problem machine (no joy) and will do the same on my dev. station, recompile, and try again.
Any ideas would be appreciated.
Thanks, Cheers.
I wrote some code which is installed and working on the WXP dev. station and several W2K workstations. In the code an ODBC connection is made to DSN=RemoteDB;UID=;PWD=; (this through ADODB)
"RemoteDB" is a System datasource (to an SQL Server) and the test panel works. However, on one Win2K machine when opening the ODBC connection, the open method throws the error:
"Exception occurred in Microsoft OLE DB Provider for ODBC Drivers, [Microsoft][ODBC Microsoft Access Driver] '(unknown)' is not a valid path..."
All the articles I can find imply this must be because a bad path to an .mdb has been supplied - BUT the DSN refers to an SQL Server!?
I've installed MDAC SP1 on the problem machine (no joy) and will do the same on my dev. station, recompile, and try again.
Any ideas would be appreciated.
Thanks, Cheers.