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?