Hello all! I'm developing an VB.NET application that will be used throughout our company and possibly many others. Now that the program is almost finished I need to place some functionality that requires each installation to register the product using their product key code.
My question to everyone is this: what is the best way to store the registration information for each installation? I am very familiar with SQL Server, but unfortunately we do not have a machine with SQL Server that is connected to the web. Would MySQL work instead?
Also, if we decided to use MySQL, would each user still be able to connect to our MySQL db if they have a firewall? Are there any other drawbacks to using MySQL for this situation?
Thanks in advance for you help!
-lucyv
My question to everyone is this: what is the best way to store the registration information for each installation? I am very familiar with SQL Server, but unfortunately we do not have a machine with SQL Server that is connected to the web. Would MySQL work instead?
Also, if we decided to use MySQL, would each user still be able to connect to our MySQL db if they have a firewall? Are there any other drawbacks to using MySQL for this situation?
Thanks in advance for you help!
-lucyv