any additional doc for the SapDB_ResultSet Class ? I can't find neither setFetchSize(), nor cursorName() methods in downloaded MaxDB documentation.
True. Until this is fixed, uou can get at the documentation if you have a live SapDB_ResultSet through resultset.cursorName.__doc__.
(setFetchSize() appears to be called in sapdb.dbapi within __handleResult())
True as well. You can replace innerCursor.setFetchSize (1) with cursor.fetchSize = 1
I'll add cursorName () and setFetchSize () to dbapi.py.
Daniel Dittmar
-- Daniel Dittmar SAP Labs Berlin [EMAIL PROTECTED]
-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
