|
|
|
|
|
| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Changing from a DSN to a DSN less connection, please help me. |
From: |
Giovanni Zomer |
Date: |
10/31/2000 7:40:11 PM |
IP: |
212.216.50.67 |
1. include the adovbs.inc in your page;
2. set the connection DSNless
connectName="DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & yourpath & "\yourdatabase.mdb"
3. go on as usual
Db.Open connectName
Rs.Open "yourTable",Db,adOpenDynamic,adLockOptimistic
....
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|