using the connection string with {microsoft acesss.....} in it i get
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0xda8 Thread 0x49c DBC 0x254d024 Jet'.
i have read several articles and have found this string is a very flaky one. so they say use this one
when i do this i get "unspecified error" everysingle time. It is driving me mad.
i have run this test script on my server and found it to fail everysingle conenction. whereas it works on the server it resides on.
my copy of it is here Does any one have any ideas i have sp2 for windows 2k installed (problem was happening before and after sp2) and also have very latest version of jet. any suggestions. PLEASE Karl Pietri
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0xda8 Thread 0x49c DBC 0x254d024 Jet'.
i have read several articles and have found this string is a very flaky one. so they say use this one
Code:
myconn = "PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=" & server.mappath("nwind.mdb") & ";"
when i do this i get "unspecified error" everysingle time. It is driving me mad.
i have run this test script on my server and found it to fail everysingle conenction. whereas it works on the server it resides on.
my copy of it is here Does any one have any ideas i have sp2 for windows 2k installed (problem was happening before and after sp2) and also have very latest version of jet. any suggestions. PLEASE Karl Pietri