Re: [Dbi-interbase-devel] IB 6.0: foreign key
Status: Beta
Brought to you by:
edpratomo
From: Edwin P. <ed....@co...> - 2000-08-21 16:09:18
|
"Mark D. Anderson" wrote: > > ive had no such problem; i've declared lots of foreign keys using both column constraints > and table constraints. > i think your problem is "t1.p1" is not acceptable there. > i think it has to be "t1 (p1)". this doesn't work, too. I took the example from Language Reference, page 79. I've just tried with the Classic one, only to get the same result. I'll try with the Win32 version. Beside that unknown token error, I've also had the same problem as this: http://sourceforge.net/bugs/?func=detailbug&bug_id=112340&group_id=9028 (select count() cannot be used together with other fields). Rgds, Edwin. |