1
Reply

Multiple workstation app

patrick

patrick

Jun 5 2009 4:26 PM
3.2k
I need my application to detect if a database exists, create it if it doesnt(with a set schema), and work off that database, and allow networked computers to work off the same database. The IDE automatically put DataSource=|DataDirectory|\Data\AllData.sdf as the connection string. This is fine, but I cant figure out how to allow networked computers (running the same application) to access the database.

Answers (1)