I'm trying to setup ODBC on win 2000 server to use an access 2000 dbase. I've gone through the setup dialogue creating a dsn and linking it with the installed MS Access driver and pointing this to the actual database.
When I attempt to browse via an asp page (IE 6) i get the following error :-
The page can not be displayed...
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
/<mypage>.asp, line 15
Line 15 of the asp page is :-
MM_rsuser.ActiveConnection = MM_<dsn name>_STRING
Any help greatly appreciated
When I attempt to browse via an asp page (IE 6) i get the following error :-
The page can not be displayed...
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
/<mypage>.asp, line 15
Line 15 of the asp page is :-
MM_rsuser.ActiveConnection = MM_<dsn name>_STRING
Any help greatly appreciated