Working with:
Python 2.4
SQLAlchemy 0.3.7
Postgresql 8.2 database servers

I am working in a multidatabase environment.  I need to perform a
query over multiple databases, then manipulate the obtained results
and commit my changes in different tables in different databases.

How can I query from multiple databases?
How can INSERTs/UPDATEs be performed on different tables in different
databases?

Thank you.


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