wrong sql-code
wrong sql-code
- Subject: wrong sql-code
- From: Frank Stock <email@hidden>
- Date: Fri, 28 Oct 2005 20:08:50 +0200
Hello,
I have 2 EOModels in my project. One is included in a Framework, the
other has a relation to the first. Everthing seems ok in EOModeler,
but where I do a fetch and there is a relation between the Models I
get the wrong sql. 'Table doesn't exist'. I thought WO should ad the
user of the other table.
I get something like:
select t0.a,t0.b,t0.c,t1.d from d_group t0, group t1 where ....
so it should be:
select t0.a,t0.b,t0.c,t1.d from d_group t0, school_data.group t1
where ....
I have even tried this in 5.3 but there I can't find the EOModel in
the Framework.
What I am doing wrong?
Thank,
Frank Stock
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden