Multiple workstation app
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.
Amit DhaniaPosted Jun 6, 2009, 12:20 AM
For example make below details in config file: