Subject | Re: [IBO] problem in bindingcursor |
---|---|
Author | Jay |
Post date | 2001-01-31T13:12:27Z |
> alter table testtableHere you key up your primary not null key with your ref_id field which
> add constraint testtable_ref_id foreign key (ref_id)
> references testtable id);
could be null.
Besides, above definition looks like a circular reference to me.