Hi
my application is returning this error when a user goes to update info
ODBC Error Code = 34000 (Invalid cursor name)
[Oracle][ODBC]Invalid cursor name
The sql that is the problem query is an update statement with one of the fields of type varchar2 containing about 2500 characters. The database is oracle and the driver is "Oracle in oracle9i". I have tested the sql and I can execute it without problems in SQLplus. Other queries seem to be working fine in the application.
Can anyone throw some light on this?
I have done some searches both in this forum and on web but it does not appear many other pple get this error msg??
TIA
my application is returning this error when a user goes to update info
ODBC Error Code = 34000 (Invalid cursor name)
[Oracle][ODBC]Invalid cursor name
The sql that is the problem query is an update statement with one of the fields of type varchar2 containing about 2500 characters. The database is oracle and the driver is "Oracle in oracle9i". I have tested the sql and I can execute it without problems in SQLplus. Other queries seem to be working fine in the application.
Can anyone throw some light on this?
I have done some searches both in this forum and on web but it does not appear many other pple get this error msg??
TIA