Access DB Licensing Question

supportt

Registered User.
Local time
Today, 13:52
Joined
Nov 21, 2001
Messages
70
I have just designed an Access DB for a Client, with the understanding that it would be used ONLY on one PC. Well, since then, my client wants to distribute the DB through out his company. I know each PC would need Microsoft Access, but my question is? How would I go about maybe licensing the DB itself?

Thanks

David :eek:
 
This might not be the answer you want to hear, but if the Client paid for it then they own it.

Was there a contract written that specifically restricted the Client from adding the Access Db to other machines?

You might consider adding a license key table to the Db and having it verify a key in the table, then using code make the database valid so that it only goes through this process once.

I did something similar to this for an HR department Db. The departments were required to enter the company name and address when they first used the Db. When they opened the Db, a module would run to check to see if they had entered Company Name and Address values in the Company Table, if they did, the database opened, if not the ENTER COMPANY NAME AND ADDRESS form appeared.

You could do something like that. But remember, you will need to make adjustments like locking out the F11, Shift and "X" keys, and converting it to an MDE or users will get into the back-end.

HTH
 
thanks for the advise

well, maybe on my next db, I will take more restrictions.....

thanks again
 
supportt said:
I know each PC would need Microsoft Access, but my question is? How would I go about maybe licensing the DB itself?
Search this forum for the key word "runtime". You will need to purchase the Office Developers Edition for the version of Access you are using. You will then be able to distribute the runtime version of Access. That eliminates the need for the users to have to have Access installed on their computers. You are legally able to distribute the runtime "royalty free" if you purchase the Office Developers Edition.
 

Users who are viewing this thread

Back
Top Bottom