northflacomps
IS-IT--Management
Why do I get this error??
ADODB.Recordset error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
/employees/timesheet/control.asp, line 8
Here's my code for line 8:
I have used this same code hundreds of times without ever having a problem. Can someone tell me what the problem is with this code?
ADODB.Recordset error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
/employees/timesheet/control.asp, line 8
Here's my code for line 8:
Code:
rs.open "SELECT * FROM Entries", conn, adOpenDynamic, adLockOptimistic
I have used this same code hundreds of times without ever having a problem. Can someone tell me what the problem is with this code?