Using imported constraints in a client data set


2005-03-02 03:54:08 AM
off-topic16
I want some validity checking done at the client side and am having trouble
with the value for TField.ImportedConstraint
I am using SQL Server 2000, the SQL Server driver from CoreLabs and Delphi 6
There is a unique index on a field in the table, the text related to this
constraint in the sql file looks like this
CONSTRAINT [IX_cs_clusters_lbl] UNIQUE NONCLUSTERED
(
[cl_label]
) ON [PRIMARY]
What do I actually put in the ImportedConstraint field of the column
cl_label in the object inspector?
I've set NoMetaData to false.
Thanks for any help on this
Steve