G
Guest
hi !
how i can connect to my database in ASP only with password
i connect to my database like this:
dim conn,SQLstr,rs
Set conn = Server.CreateObject("ADODB.Connection")
Set rs = Server.CreateObject("ADODB.Recordset")
DSNName = "DRIVER=Microsoft Access Driver (*.mdb);DBQ="
DSNName = DSNName & Server.MapPath("/ts_egged/db1.mdb")
how i can connect to my database in ASP only with password
i connect to my database like this:
dim conn,SQLstr,rs
Set conn = Server.CreateObject("ADODB.Connection")
Set rs = Server.CreateObject("ADODB.Recordset")
DSNName = "DRIVER=Microsoft Access Driver (*.mdb);DBQ="
DSNName = DSNName & Server.MapPath("/ts_egged/db1.mdb")