I’m new in C# I have some experience with JAVA.
In java I could use Derby or sqlite for local database without the need
of installing additional services on the client computer.
Is there a way to do this in c#? Note that I use VS2012 Express.
I’m new in C# I have some experience with JAVA. In java I could
Share
Yes. you can use local databases (*.sdf files). So you need this dll.
For more information you can see this and this