Subject | [IBO] Re: Limit rows number in TIB_Query |
---|---|
Author | Svein Erling Tysvær |
Post date | 2002-06-25T08:25:22Z |
I guess the closest you get is to write a before insert trigger checking
that some unique field is within a given range. If you just want to stop
your program from inserting such rows (not physically in the table), just
make your check at the client side.
Set
that some unique field is within a given range. If you just want to stop
your program from inserting such rows (not physically in the table), just
make your check at the client side.
>thanks, but I wasn't clear enought. I meant to limit FISICALLY theHTH,
>rows in a table.
Set