On May 19, 2008, at 5:30 PM, Rick Morrison wrote:

> 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.
>
>

theres OUT param support for Oracle - MS-SQL dialect could follow the  
same approach, provided pyodbc allows it.



--~--~---------~--~----~------------~-------~--~----~
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