Does the same statement work in an interactive query window, complete with
the embedded semicolon you're using?

Also, you should be able to use positional parameters instead of named
parameters in your call:
      cur.execute("execute stored_proc 'gra%' ")

Note that as of yet there is no SQLAlchemy support for OUT or IN/OUT
parameters; currently you can return a single set of results via a SELECT in
the stored procedure.

Rick

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to