SqlDbx Forum

SqlDbx

You are not logged in.

#1 2009-03-06 18:36:14

maac2002
Member

Request for object scripting

The code generated for object scripting of a
CREATE TABLE is very good; but in order to be
better, it's necessary add the attributes of
the foreign keys:

Actual:
CONSTRAINT FK_TabDet_TabPrim FOREIGN KEY (FId) REFERENCES dbo.TabPrim (FId)

missing: please add

ON UPDATE CASCADE ON DELETE NO ACTION
(by example)

Thanks

Last edited by maac2002 (2009-03-06 18:37:41)

Offline

#2 2009-03-07 17:43:04

sqldbxhelp
Administrator

Re: Request for object scripting

Almost in every release we improve object scripting.
There's still couple of things we have to address.

Offline

Board footer

Powered by FluxBB