I have to create windows application which open source database can i use? -


i have create windows application in c# which open source database can use . single user application on desktop or laptop. database needs installed on client machine only.

in project used sql lite great success. have install c# adapter , i've included article through it.

here main website:

https://www.sqlite.org/

link use sql lite project.

http://blog.tigrangasparian.com/2012/02/09/getting-started-with-sqlite-in-c-part-one/


Comments

Popular posts from this blog

c++ - list<myClass<int> * > sort -

c - Defining floating point constants, how many digits are useful? -