Hello,
On Mittwoch, 30. Oktober 2002 12:30, ajit_cus wrote:
> Hi,
>  Could someone confirm that Cursors under SAP DB ODBC are read only? Is
> there a way to work around for applications that already use updateable
> cursors? 
my ODBC 3.0 Documentation from micro$oft says that the default Statement 
Attribute is SQL_CONCUR_READ_ONLY.
So I guess you have to overwrite that with 
SQLSetStmtAttr(SQL_ATTR_CONCURRENCY)...
if you want to SELECT ... FOR UPDATE OF ...

Peter Willadt
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to