I am trying to make a portable (as in to run from a pen drive without and installation) C# application which will require a database.
My first thought was SQL, but I understand that SQL would require an SQL server installed. This cannot be guaranteed.
What is my best option here?
Thanks.