|
-
May 5th, 2001, 10:26 AM
#1
Thread Starter
Good Ol' Platypus
Opening database in ASP
I'm a bit new with ASP...
Well, I can use the Request object, the Response object, but when it comes down to databases, I'm a goner.
I have the code that I want executed and it will work, but how do I refrence a database without a DSN? I just have the file (trivia.mdb) but have trouble refrencing it with:
recSrc = " Driver={Microsoft Access Driver (*.mdb)};DBQ=trivia.mdb"
I know that the MDB is in the same dir as the ASP (c:\inetpub\wwwroot\games\tokentag\) and I know it's http path too (http://starwars/games/tokentag/), so how would I go about doing this?
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|