Subject limit the number of records?
Author Daniel Bertin
Hi all,
I'm a little puzzled,
I would like to limit the number of records a user can enter into a table,
and am looking for suggestions on how I should accomplish this.
A routine on the client or on the server? on the client counting the number
of records, how often or when should I count?
on the server with a stored procedure, executed at certain intervals or on
a trigger?
I would like to stop the user from entering anymore records into a table
after he has reached a certain limit(#of records).
I'm using D5,IBO,FB1,
Would someone have a suggestion on how I should accomplish this task?
Thanks in advance
Daniel