Click to See Complete Forum and Search --> : Help ... ODBC Error ... ODBC Cursor Library not capable...


April 6th, 1999, 06:12 AM
hi

I am saving images into oracle database using rdoResultset and append chunk methods.
While updating the resultset i am getting the following error,

Run-time error : 40002
S1C00 : [Microsoft] [ODBC Cursor Library]
Cursor Library not capable.

i coundn't solve the problem ... please any one had some ideas pass on to me.

Lothar Haensler
April 7th, 1999, 04:18 AM
don't know much about Oracle, but in ADO you can disable the use of the Cursor Library at all. This can be done via the ADO object model (CursorLocation property of the Connection object) or the data environment property panels.
I assume this can also be done in RDO, if you don't want to upgrade to ADO (yet).