|
|
|
|
|
| | |
|
Active Server Pages ASP programs help tutorial tutorials routine routines jobs listserve mailinglist bulletin board bulletin boards programming snippet snippets CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: SYSTEM DSN and ASP |
From: |
Thayne |
Date: |
9/11/1999 8:08:38 PM |
IP: |
24.30.100.20 |
Its still best to keep the db in a dir outside of your webserver. Like:
if the www root dir to your site is
C:\inetpub\wwwroot
You might make dir for your dss at
C:\inetpub\databases
Then call them through a DSN
or DSNLESS like:
Set conn = server.createobject("adodb.connection")
conn.open "DBQ=C:\inetpub\databasesGP2000_FP.mdb" & ";Driver={Microsoft Access Driver (*.mdb)};DriverId=25;MaxBufferSize=8192;Threads=20;" |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|