Hello,
I wonder if there are any users of SQLAlchemy that know how to get a
result set back after executing a stored procedure. I am able to
execute the SP and can verify that by looking at the database, but I
can't get any results back. I've posted on the SQLAlchemy forum and
they suggested I post here. This is the other thread:
http://groups.google.com/group/sqlalchemy/browse_thread/thread/b48304edd9c1ec95
Thanks.