![]() |
How to overcome this asp error : ADODB.Recordset (0x800A0BB9)
Hello guys, In my previous thread I forwarded the error quoted below
"The Microsoft Jet database engine cannot find the input table or query 'Client'. Make sure it exists and that its name is spelled correctly. /Add_Client_Details.asp, line 13" But then my buddie suggested that I alter the code as given below: and this was my line 13 : 'RS.Open "Client Details", DB, adOpenStatic, adLockPessimistic,adCmdTable Code: ASP
But now I am getting this error: ADODB.Recordset (0x800A0BB9) Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another. /Add_Client_Details.asp, line 15 Can anyone suggest for me, how to overcome such an error. Thanx in advance. |
Re: How to overcome this asp error : ADODB.Recordset (0x800A0BB9)
Try changing this line
Code: ASP
Code: ASP
|
Re: How to overcome this asp error : ADODB.Recordset (0x800A0BB9)
Quote:
I changed the code according to your suggestion but the error still comes out. |
| All times are GMT +5.5. The time now is 07:03. |