|
Blue Forest http://www.lslnet.com at 8:28 on August 25, 2006
ACCESS database-driven help me wrong -- Shena 吧!!
Be a problem emerging after the system (my own website is doing in the past, has no problem with the Web Server has been operating on normal)
I use the method of database connection DREAMWEAVER
Dim MM_tianma_STRING
MM_tianma_STRING = "Driver={Microsoft Access Driver (*.mdb) };Dbq=C:\*s.mdb"
When the proceedings there
Set rs = = Server.CreateObject ( "ADODB.Recordset")
Rs.ActiveConnection = MM_tianma_STRING
On the report Provider (0x80004005) Unspecified errors (rs.ActiveConnection = MM_tianma_STRING)
But I have defined the database connection
Set conn = Server.CreateObject ( "ADODB.Connection")
Connstr= "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & application (the "Database")
Conn.Open connstr
No problems
Please master guiding
|
ACCESS database-driven wrong Note : In connection DREAMWEAVER use the database connection string Lane : "Driver={Microsoft Access Driver (*.mdb) };Dbq=C : \Inetpub\wwwroot\tianma\admin\data\#x3@9024s^83s.mdb "
DREAMWEAVER tests should be linked to choose : "Use of this computer-driven process" normal test link
But choosing "to use the test server driver" test ODBC link four errors : report
- Can upload pictures from the link-not the wrong line |
ACCESS database-driven wrong Top about their hope that the master guiding you, Thank you! |
ACCESS database-driven wrong Indicated when installed MADC2.8RTM not compatible with this version of Windows
JET has been suggested that when the latest version is the latest version of |
ACCESS database-driven wrong Finally found a similar solution
Http://www.macromedia.com/cn/support/dreamweaver/ts/documents/dw_xp_sp2.htm#aspnet_db
Solution to solve this problem : to download and install Dreamweaver extension procedure (reference article 179021). The expansion procedure to be used, operating in accordance with the following steps :
In Dreamweaver, choose "shop", "" High "and" the "delete linking script."
From Dreamweaver.
Installation of the expansion process.
And the creation of a new restart Dreamweaver Database Connection.
Find the expansion process has not encountered similar problems?
I used the MX2004 system is XP SP2 DREAMWEAVER
Hey, this is out of this expansion can only solve the problem by linking the DW
IE still be a mistake, for instance :
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
Microsoft Access Driver] [Microsoft][ODBC common mistakes can open the Registry keys' Temporary (volatile) Jet DSN for process 0x13c Thread 0x798 DBC 0x10ea004 Jet '. |
ACCESS database-driven wrong Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
Microsoft Access Driver] [Microsoft][ODBC common mistakes can open the Registry keys' Temporary (volatile) Jet DSN for process 0x13c Thread 0x798 DBC 0x10ea004 Jet '.
This wrong, I not only database WWWROOT, I set up the whole plate C IUSR_* complete control of the authority, therefore, has become a mistake
Error Type :
Provider (0x80004005)
Unspecified error
Help help !!!!!! ah ah ah !!!!!! !!!!!! help help help !!!!!! ah ah ah !!!!!! lifesaving help !!!!!! ah !!!!!!
Help help !!!!!! ah ah ah !!!!!! !!!!!! help help help !!!!!! ah ah ah !!!!!! help !!!!!!
|
I relied, or to extend the database connections finally changed OLEDB
MM_conn_STRING = "Driver={Microsoft Access Driver (*.mdb) };Dbq=C:\*.mdb"
Changed
MM_conn_STRING = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=*.mdb"
All OK
TNND |
|