I'm writing a desktop app that will be used on a single machine, single user (at a time).
It will need a database but the data is never likely to get beyond 100,000 records.
Any recommendations on a back end database?
I'm pretty familiar with SQL Server, so would SQL Server Express be good?
If so, how does that work? Does the SSExpress app need to be running before my app can access it? Or, does the act of accessing the data sufficient?
Thanks in advance for your help.
It will need a database but the data is never likely to get beyond 100,000 records.
Any recommendations on a back end database?
I'm pretty familiar with SQL Server, so would SQL Server Express be good?
If so, how does that work? Does the SSExpress app need to be running before my app can access it? Or, does the act of accessing the data sufficient?
Thanks in advance for your help.