Can I connect to a remote SQL Compact database on an device when I know the directory where the database is on the device and its IP address? For example from management studio or a desktop application that I write my self. If yes how should the connection string be? Thore Berntsen
You would have to build your own server on the device, or use a 3rd part tool like this: http://www.primeworks-mobile.com/Products/DesktopSqlCe.html -- Erik Ejlskov Jensen, Mobile App Dev MCTS Check out my SQL Compact blog at http://erikej.blogspot.com "Thore Berntsen" wrote in message news:F59E68F1-A9A7-4D20-AFE1-15A29255DD2D@microsoft.com... > Can I connect to a remote SQL Compact database on an device when I know > the directory where the database is on the device and its IP address? > For example from management studio or a desktop application that I write > my self. > > If yes how should the connection string be? > > Thore Berntsen