@Michael Bayer
Thank you.

The issue could not be solved, probably due to database restrictions
(e.g. allowing stored procedures to be used only by admin rights, even
though SQLAlchemy used an admin type user...seems that the database
server recognizes that the call is being made from an external source
and although the user has admin rights does not allow it to execute
UPDATE queries).

I worked around the problem by developing the stored procedure in
Python / SQLAlchemy.


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