[sqlalchemy] Sybase prepared statements

2011-10-21 Thread Firass Asad
Good day, I am having trouble using sqlalchemy with a third-party Sybase 9 database with read-only permissions. I believe this is based on the way (certain versions of) Sybase handle prepared statements[1]. Using pyodbc, this works: results = cursor.execute(select name from table where

Re: [sqlalchemy] Sybase prepared statements

2011-10-21 Thread Michael Bayer
On Oct 21, 2011, at 4:02 PM, Firass Asad wrote: Good day, I am having trouble using sqlalchemy with a third-party Sybase 9 database with read-only permissions. I believe this is based on the way (certain versions of) Sybase handle prepared statements[1]. Using pyodbc, this works: