Stevehewitt
IS-IT--Management
Hi Everyone,
I'm after peoples ideas and suggestions about how to secure a access application. It's my first retail application, and I'm worried about how to licence it.
I'm planning to charge per user; but the database tables are going to be stored on MSDE or even SQL Server 2005 Express. Initially I was going to have code in the app where they can add new users where the customer must enter in a licence key. When added the app checks against a table which contains both keys and number of users. When entered the new user screen will only allow so many records to be entered in (depending on the value of users allowed according to the licence key table).
But the problem is what happens if some smart alec with some techy knowledge comes about and tries to create new users in SQL Server directly?
Thanks,
Steve.
"They have the internet on computers now!" - Homer Simpson
I'm after peoples ideas and suggestions about how to secure a access application. It's my first retail application, and I'm worried about how to licence it.
I'm planning to charge per user; but the database tables are going to be stored on MSDE or even SQL Server 2005 Express. Initially I was going to have code in the app where they can add new users where the customer must enter in a licence key. When added the app checks against a table which contains both keys and number of users. When entered the new user screen will only allow so many records to be entered in (depending on the value of users allowed according to the licence key table).
But the problem is what happens if some smart alec with some techy knowledge comes about and tries to create new users in SQL Server directly?
Thanks,
Steve.
"They have the internet on computers now!" - Homer Simpson