|
|
|
|
|
| | |
|
PowerASP active server pages asp.net microsoft .net framework sdk learn asp what is asp tutorial learn asp.net CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Error 80004005 on my ASP Page |
From: |
Dan R. |
Date: |
4/20/2001 3:34:31 PM |
IP: |
129.9.27.50 |
You have:
Set Connection = Server.CreateObject ("ADODB.Connection")
Connection.Open "DSN=HRIS Access;"
Change it to:
Set Connection = Server.CreateObject ("ADODB.Connection")
Connection.Open "HRIS Access"
I've never seen DSN=dsnname used. The above should work, so if you still get an error message, try repairing the database in the ODBC control panel. |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|