I have created a CE 4.0 database using visual studio. But now I want to set up tables etc. I need a CE database administrator as management studio 2008 doesn’t like it.
Any ideas on the best free tool? I used CEQuery 6 but it doesn’t let me connect to a 4.0 database….
You can open a SQL Compact DB (.sdf) in Visual Studio which will add your SDF under the “Server Explorer” window’s “Data Connections” and allow you to enumerate, create, modify and delete tables etc.
MS is working on improved tools for working with SQL Compact. ETA unknown.