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

|
|
Subject: |
Microsoft OLE DB Provider for ODBC Drivers error 80004005 |
From: |
pieter |
Date: |
8/19/1999 7:02:14 PM |
IP: |
152.207.20.20 |
Microsoft OLE DB Provider for ODBC Drivers error 80004005
[Microsoft][ODBC Microsoft Access 97 Driver] Cant open database (unknown). It may not be a database that your application recognizes, or the file may be corrupt.
/desktop/ASP/Test Page/database/acessdadb.asp, line 7
Thats the error. I had my database going for a while but then i had to re write the script and i may have did it wrong. Anybody help me? I have set up the system dns and tryed dns-less connection (to the database). The database is a ms access 97 database. I am stuck on this problem. Any help is appreciated. The code for the asp file is as follows. (delims left out) This is the basic file. Just trying to get it to connect and print first names to the screen.
~~~~~~~~~~~~~~~~~~~~
@language="vbscript"
response.buffer="true"
dim connect, oninfo
set connect = server.createobject("adodb.connection")
connect.open "info"
set oninfo = connect.execute("select * from info")
do until oninfo.eof
=oninfo("fname")<br>
oninfo.movenext
loop
|
Follow Up - Re: Microsoft OLE DB Provider for ODBC Drivers error 80004005 - bill 8/24/1999 7:47:50 PM
Follow Up - Re: Microsoft OLE DB Provider for ODBC Drivers error 80004005 - Steve Miller 9/2/1999 3:06:59 PM
|
|

|
|
|
|
|
|
|
|
|
|