Click here to subscibe to newsletter

Re: Relations / ForeignKeys


[ Follow Ups ] [ Post Followup ] [ SQL Script Builder Forum ]

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)?



Follow Ups:



Post a Followup

* : (Required)

* Name:
E-Mail:

* Subject:

* Comments:

Optional Link URL:
Link Title:
Optional Image URL:

Enter the code shown :


[ Follow Ups ] [ Post Followup ] [ SQL Script Builder Forum ]

Copyright © 1999-2004 David Birebent All Rights Reserved.