ASP/SQL ADODB.Recordset (0x800A0BB9)?

  • Thread starter Thread starter thenewmadmax
  • Start date Start date
T

thenewmadmax

Guest
I keep getting the error "ADODB.Recordset (0x800A0BB9)
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another." for the line "rsadd.open "accounts", conn, adLockOptimistic, adCmdTable" trying to access the accounts table. Any ideas on how to overcome this?
 
Back
Top