i password the database, here is the connection string:

Code:
Set Conn = Server.CreateObject("ADODB.Connection")
    Set RS = Server.CreateObject("ADODB.RecordSet")   

DSNtemp="DRIVER={Microsoft Access Driver (*.mdb)};" 
    DSNtemp=dsntemp & "DBQ=" & server.mappath("../db/database.mdb")
    conn.Open DSNtemp, 1, 3
can anybody point out where i should be putting the uid and pwd? I've tried just about everywhere in the string