c# - What is the best local sql database for a .net client application? -


I am working on an application that needs to use the local SQL database. The database should be explained in a file because they need to be able to easily move data over the network onto a burned CD / DVD on the USB stick.

Our old apps used to access everything, which has done great work for us, but I would like to use new Net tools such as Leak, which I believe only saves SQL CE version (Which does not support X64).

How have you dealt with this problem?

As SQL compact, (and it works fine desktop apps)


Comments