bonjour,

Is there a way to specify "WHERE CURRENT OF" for an update statement,
using sapdb.dbapi module

cursor.execute ("SELECT ... FROM TABLENAME WHERE ... FOR UPDATE OF
COLUMNNAME")
and then ?
cursor.execute ("UPDATE TABLENAME WHERE CURRENT OF ?

I did not see any kind of getCursorName() method.

thanks,

-- 
jm


-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to