Hi Alchemists,

Do have to define two engines to access two databases on the same database
server?

I am using MSSQL and pylons with the following:

sqlalchemy.default.url = mssql://login:[EMAIL PROTECTED]:1272/database1

I would like to autoload a table that is on that same MSSQL server, but in
database2 not database1. Is there a way to do this without defining another
engine? It looks like Table will take a schema in the table name argument
but not another database name.

Thank you,
Scott

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