![]() |
|
| Home | Downloads | Activate | Contact | Forum | Faq | Links |
Posted by Dave on March 10 2005 20:52:36:
In Reply to: Relations / ForeignKeys posted by Udo Schneider on March 10 2005 11:38:57:
Udo,
SQL Script Builder do not support datatable-relations or constraints, because it do not support any other statement than the column type.
Other things it can not support :
NOT NULL, NOT NULL UNIQUE, is not supported, See :
http://msdn2.microsoft.com/en-us/library/ms714572.aspx
PRIMARY KEY is not supported.
You will have to simply add these constraints by typing them manually,
before executing the script.
You can also add these extra info, after you have created the table (executed script), directly to the table
on your DBMS (database management system) using their control panel.
Dave
> Can this program also create
> the relations between databases
> (Foreign-Key contraints)?