I'm trying to use the driver in creating a one-to-many relationship, and can't find the syntax on your web site. The driver is able to extract the relationship from the database. I tried the following syntax:
Alter Table Products add constraint FK_1 Foreign Key (categoryID) references Categories;
But does not work. Your response is greatly appreciated.
Best regards,
Ralph
|
|
It doesn't support to create foreign key sql.
|