|
|
|
|
|
| | |
|
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: ODBC Error on asp page |
From: |
David |
Date: |
3/25/2001 6:05:01 AM |
IP: |
202.7.209.123 |
The cause of your error message, could be that your Access database is invalid. Check to make sure that the "DSN=HRIS Access" is valid. Try substituting the DSN=HRIS to a filename = "name of your database".
ie.
Dim filename = Server.MapPath("hris.mdb")
Conn.Open "Provider=(enter provider); Data Source="& filename
Hope this helps
|
Previous Message
Follow Up - Re: ODBC Error on asp page - Chris Powell 3/26/2001 10:53:45 AM
|
|
|
|
|
|
|
|
|
|
|
|