|
-
April 6th, 1999, 06:12 AM
#1
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.
-
April 7th, 1999, 04:18 AM
#2
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).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|