I have an Access 97 database that I am accessing using PHP. However I know that Access has a 64 user limit, so what is the best way to keep a note of the number of users using the database?
I can see two routes
a) add a table with fields for the max number of users allowed and the current total of users on the system.
b) I have been told there maybe this sort of info in access already so I need to know how to access it.
I can see two routes
a) add a table with fields for the max number of users allowed and the current total of users on the system.
b) I have been told there maybe this sort of info in access already so I need to know how to access it.