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.