Hi ASP gurus -
This is the error I get in my ASP page:
"ADODB.Recordset error '800a0bb9'
The application is using arguments that are of the wrong type, are out of acceptable range, or are in conflict with one another. "
It happens at the .Open statement
Set rsReqs = Server.CreateObject("ADODB.Recordset"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
The error occurs at this statement....
rsReqs.Open "SystemsAccessReqs", conn, adOpenForwardOnly, adLockOptimistic, adCmdTable
Can anyone see a problem? (I perform the logon and connection in another ASP doc... before this one runs)
I think the connection is working ok.
Thanks, John
This is the error I get in my ASP page:
"ADODB.Recordset error '800a0bb9'
The application is using arguments that are of the wrong type, are out of acceptable range, or are in conflict with one another. "
It happens at the .Open statement
Set rsReqs = Server.CreateObject("ADODB.Recordset"
The error occurs at this statement....
rsReqs.Open "SystemsAccessReqs", conn, adOpenForwardOnly, adLockOptimistic, adCmdTable
Can anyone see a problem? (I perform the logon and connection in another ASP doc... before this one runs)
I think the connection is working ok.
Thanks, John