[sqlalchemy] Oracle Views/DatabaseLink and declarative

2010-02-24 Thread Christian Klinger
Hi, i need some help/advice in defining my classes with the declarative syntax from sqlalchemy. This is the current situation: I have one table in my Database which is a Oracle Database Link. The name of this Database Link is a...@adr. I created a view for this Database Link called

RE: [sqlalchemy] Oracle Views/DatabaseLink and declarative

2010-02-24 Thread King Simon-NFHD78
Christian Klinger wrote: [SNIP] Ok now a second table comes into the game. The name of this table is BTeilnehmer. As you can see this table has a ForeignKey to Unternehmen.mnr. I use a seperate metadata BaseC for it because i want to create this table. Hi, I don't know if the seperate