When I run thi piece of code I get this error, all the permissions are correct:
Technical Information (for support personnel)
Error Type:
Provider (0x80004005)
Unspecified error
/db_update.asp, line 11
code
set conn = Server.CreateObject("ADODB.Connection")
conn.Mode = adModeReadWrite
conn.Open "tracking"
