Help ... ODBC Error ... ODBC Cursor Library not capable...
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.
Re: Help ... ODBC Error ... ODBC Cursor Library not capable...
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).