I'd like to find the best editor for flat SQL Server Compact edition databases. Essentially we want to push around arbitrary flat typed datasets of under 4 Gb each and have a good editing experience for manipulating this data. Access isn't the first thing that comes to mind, but I'm looking for a more "de facto" approach rather than the "road less travelled".
I'm looking for something I can point at a SDF file and have reasonably robust editing facilities for typed datasets, including multi-line ntext fields.
this seems to come fairly close, but it's not quite what I'm looking for (if I went down this route I'd look for something implemented in WPF), and I imagine somewhere, somehow, that this is a solved problem.