yat
07-04-2008, 07:53 PM
An ASP line of script as follows :
objRS.Open "tblCustomerinfo", objConn,, adLockOptimistic, adCmdTable
does return the error 800a0bb9 as:
ADODB.Recordset error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
What would need to correct here for that line of code to work ok ?
(I have seen to apparently include the file adovbs.inc but where?...and how? as I tried a number of ways without success...generating more errors, as well as looked a number of threads relating to that...but no real solution so far...)
If anyone knows better...much appreciated,thanks.
objRS.Open "tblCustomerinfo", objConn,, adLockOptimistic, adCmdTable
does return the error 800a0bb9 as:
ADODB.Recordset error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
What would need to correct here for that line of code to work ok ?
(I have seen to apparently include the file adovbs.inc but where?...and how? as I tried a number of ways without success...generating more errors, as well as looked a number of threads relating to that...but no real solution so far...)
If anyone knows better...much appreciated,thanks.