Hi Richard,

[snip]
> The template for this was:
>  <fk-constraint-template>ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY
> (?3) REFERENCES ?4 (?5)</fk-constraint-template>
> 
> But for SAP DB (according to Pg 123) should be:
>  <fk-constraint-template>ALTER TABLE ?1 ADD FOREIGN KEY ?2 (?3)
> REFERENCES ?4 (?5)</fk-constraint-template>
> 

it should work the way you have changed it. 

Thanks,
Alexander Schr�der
SAP Labs Berlin
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to