Hi, I am using MaxDB 7.6 with python. I expect that it should be possible to pass parameters to SQL queries like this:
cursor = session.cursor () cursor.execute ('select * from messages where msgno > ?', [0]) However, my sapdb session does not have cursor() method. Anyone can tell me, what method returns a cursor? Or maybe you could point me to some documentation on sapdb packages? I connect to get a session using sdb.sql.connect(). Thanks, Eduard