|
|
|
|
|
| | |
|
Active Server Pages ASP control controls class classes module script Scripts applet CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Error code, 80004005, what permission do we need? |
From: |
Yontaek |
Date: |
6/27/2001 5:56:04 PM |
IP: |
150.135.177.123 |
Can somebody help us, please?
We tried all different database connection methods we can think of, but had similar errors with the same error code, '80004005'. All these asp files work perfectly locally within the personal web servers. We gave permission for the anonymouse users to have access to the server. At least, we thought we did.
The following is the error message:
Microsoft JET Database Engine error '80004005'
Unspecified error
/database_development/temp/addrecord/db/dbconn.asp, line 4
for the dbconn.asp file:
<%
Dim myConn
Set myConn = Server.CreateObject("ADODB.Connection")
myConn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\ActevHome\database_development\temp\addrecord\db\Learning_Center_Database.mdb;Mode=Read|Write;Persist Security Info=False"
%>
Please help us out of this.
Yontaek
asppsa@hotmail.com
|
|
|
|
|
|
|
|
|
|
|
|
|