Right now I have my program running on my SQLExpress database. But what I'd really like is for my program to run on any machine as long as A DATABASE FILE is in the same folder. How can I accomplish this?
Firs things's first: How would my connection string be if I were connecting to a FILE DATABASE?
Second: How do I create a single file database from an existing SQLExpress database?