Will a LocalDB create a database on execution if one does not exist?

258 Views Asked by At

I am using LocalDB for storing individual data. The program I am making will be a simple .exe, so no installer needed.

I want to know if the program will automatically create a DB when it realizes there is not one? If not, how do I have the program do this?

I used the DataSet services in my IDE to create mine.

0

There are 0 best solutions below