Asad.Safari
چهارشنبه 05 اسفند 1383, 18:52 عصر
با سلام
ببینید ایراد این از چیه؟
my coonection:
<%
' response.Write(Server.MapPath("/test_main/test.mdb")) if problems connecting to database uncheck this
' and use it to find where the path is being set to and correct as needed.
Set test_connector = Server.CreateObject("ADODB.Connection")
test_connector.Open "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("test.mdb")
'line below is just another way to set up the connection string if the above does not work.
%>
Error:
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0xe7c Thread 0xf7c DBC 0x1102fec Jet'.
/testbuilder/include/test_connect.asp, line 6
:موفق:
ببینید ایراد این از چیه؟
my coonection:
<%
' response.Write(Server.MapPath("/test_main/test.mdb")) if problems connecting to database uncheck this
' and use it to find where the path is being set to and correct as needed.
Set test_connector = Server.CreateObject("ADODB.Connection")
test_connector.Open "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("test.mdb")
'line below is just another way to set up the connection string if the above does not work.
%>
Error:
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0xe7c Thread 0xf7c DBC 0x1102fec Jet'.
/testbuilder/include/test_connect.asp, line 6
:موفق: