Click to See Complete Forum and Search --> : oracle help


ofireitan
July 11th, 2001, 08:53 AM
i had an application written in asp over ms-access db - and it worked just fine.
when i tried to convert it to oracle db, every time i have a record set like:
"
RS.Open sql, conn,adOpenStatic, adLockReadOnly, adCmdText "
i recieve the follwing:
"
ADODB.Recordset error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another "
why? and how do i solve it?
THANKS