F
Filip Courtheyn
Hello,
I have a problem when I run next statement :
alter table BRIEVEN add constraint FK_BRIEVEN foreign key (PatID) references
PATIENT (PatID) on update cascade on delete cascade
It runs perfect without the on update & on delete statement. The error is
syntax error on the 'update' word.
When I run the same command to SQL 2000, no problem.
Whats the reason ?
Thanks.
Filip
I have a problem when I run next statement :
alter table BRIEVEN add constraint FK_BRIEVEN foreign key (PatID) references
PATIENT (PatID) on update cascade on delete cascade
It runs perfect without the on update & on delete statement. The error is
syntax error on the 'update' word.
When I run the same command to SQL 2000, no problem.
Whats the reason ?
Thanks.
Filip