Hello,
I have a program I'm making in VS 2015, in C# (Windows Forms) using SQL Server for databases. However, if I were ever to build this and release it to other users, which I want to do, I know I can't use SQL because each user would require SQL Server.
So I'm wondering what the alternatives to SQL Server are, and if you have any links to resources.
The program is a medication/symptoms/and so on database program. Users input their current mood, for example, it saves it to my SQL database, and then I bring up the information again (most common mood, what mood they clicked last). For medications, its a database storing entered items like Medication name, Dosage, and so on, ad bringing them up to be edited. So I definitely need to be using a database of some sort.
If you need more information, just ask.
Thanks kindly,
-San