Subject | Re: [IBO] unique fieldvalue? |
---|---|
Author | Jason Wharton |
Post date | 2002-03-22T18:39:31Z |
There is a field which will tell you if there is such. I think it is
FieldByName( ).IsPrimaryKey or IsUniqueKey. If that isn't spelled right,
take a look in the help file for the reference on TIB_Column class.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
FieldByName( ).IsPrimaryKey or IsUniqueKey. If that isn't spelled right,
take a look in the help file for the reference on TIB_Column class.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "kittikira" <hs@...>
To: <IBObjects@yahoogroups.com>
Sent: Friday, March 22, 2002 6:11 AM
Subject: [IBO] unique fieldvalue?
> I want to get the information if a field must contain a unique value,
> before doing a post. Is there any property or function, that gives me
> an information if a unique index is set on a field?
>
> cu
> Helmut