Guest_imported
New member
- Jan 1, 1970
- 0
I wonder if it is possible to lock a database/table to a certain amount of users/rows.
What I want to do is:
I want to distribute my application in different versions. One has a limit of maybe 4 users, an other a limit of 40 users, the third has a limit of 400 users.
In the database, in one of the tables, different subscribers are entered (this is done through my software) and the point is that when and end-user (who bought the 4-user limit version of my software) has entered 4 subscribers with my program, then he shouldn't be able to enter any more subscribers. This is, the software I distribute is the same to all customers, but they get different versions of the database depending on what version they bought.
I am using SQL Server7 and am wondering if this is possible to do at database-level.
Thanks for any help!
regards Bob Nachbar
What I want to do is:
I want to distribute my application in different versions. One has a limit of maybe 4 users, an other a limit of 40 users, the third has a limit of 400 users.
In the database, in one of the tables, different subscribers are entered (this is done through my software) and the point is that when and end-user (who bought the 4-user limit version of my software) has entered 4 subscribers with my program, then he shouldn't be able to enter any more subscribers. This is, the software I distribute is the same to all customers, but they get different versions of the database depending on what version they bought.
I am using SQL Server7 and am wondering if this is possible to do at database-level.
Thanks for any help!
regards Bob Nachbar