|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components 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
|
|
|
|
|
|
|
|
|
|
|
|