Hello Everyone,
My question is how do I connect to an Access Database that has a password on it, using the connection type below?
Set oRS=Server.CreateObject("ADODB.recordset")
sqlText = "SELECT * FROM users ORDER BY username;"
oRS.open sqlText, "DSN=isdb"
At...
Hello Everyone,
I currently have an ASP page setup to where an authorized user can login and view information from an Access Database. Once the user is logged in, I would like to have an option for that user to be able to update/change their current password. How would/should I go about doing...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.