Hi,
I can't figure out why the update query to access database doesn't work from ASP while it works fine with the select statement.
Here is what is have for the update statement
Public function testUpdate
dim conn, rs, x, correctpass, username, sqlquery, SQL
set...