[Dbi-interbase-devel] IB 6.0: foreign key
Status: Beta
Brought to you by:
edpratomo
From: Edwin P. <ed....@co...> - 2000-08-21 13:47:03
|
When testing DBIx::Abstract to work with DBD::InterBase, I've found that foreign key is an unknown token by InterBase 6.0, either the beta or the final SuperServer for Linux (I haven't tried with the Win32 version). The following fails (using isql): create table t1 (p1 integer not null primary key); create table t2 (f2 integer FOREIGN key references t1.p1 on update cascade on delete set null); Has any of you found the same problem? Rgds, Edwin. |