2009/2/10 Michael Bayer <mike...@zzzcomputing.com>:
>> Question is: How can I do that in a sa.Table constructor?
>> sa.Table('DataB.dbo.TableInB', metadata, ....)
>> sa.Table('TableInB', metadata, ...., schema='DataB.dbo')
>> And both failed. Is there a way to map tables from both databases
>> using the same engine? So I can do a JOIN between the tables?
> you should use the "schema" argument.  Define "failed" ?

Now it works. I was doing something wrong. Sorry for the trouble, and thank you.

nosclo

--~--~---------~--~----~------------~-------~--~----~
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 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to