Hi,
So I have to make an app the will have a few hundred clients (hopefully) and that has to use a database. Not all clients have 100% connection to the internet and I cannot acces all clients computers. So I have to make something with a local database that shouldn't be to hard to install like SQL server and stuff. The data base should be able to handle easely 20-30.000 entries.
What do you suggest I should use? Access? My app will be in C#. I've tried to make a sample app with C# and access but connection seems a bit hard and I'm afraid that the connection will not work on every station.
Can anybody suggest anything else?
Thank you!