Download the Visual Studio add-in for SQL Server Compact 3.5 and 4.0 from here
SQL Server Compact Toolbox 2.6–Visual Guide of new features
New in version 2.6:
Edit Table Data:
- Ability to edit based on free form query (SELECT statement)
- Only edit first n rows (default 200, user can configure)
Windows Phone DataContext:
- Added LogDebug property, allowing you to log issued SQL statements to the Debug window
- Support for DataContext in VB
Explorer Tree:
- Added Refresh context menu item to Tables node
- Refreshing Tables node when running DDL in Editor
Fixes:
- All Dialogs cleaned up for VS UI compliance ( Thanks to new contributor giddy )
- Stopped handling unhandled exceptions, had undesired side effects
- Warn when Primary Keys were missing when creating DataContext and EDMX
SQL Server Compact Toolbox 2.6–Visual Guide of new features
New in version 2.6:
Edit Table Data:
- Ability to edit based on free form query (SELECT statement)
- Only edit first n rows (default 200, user can configure)
Windows Phone DataContext:
- Added LogDebug property, allowing you to log issued SQL statements to the Debug window
- Support for DataContext in VB
Explorer Tree:
- Added Refresh context menu item to Tables node
- Refreshing Tables node when running DDL in Editor
Fixes:
- All Dialogs cleaned up for VS UI compliance ( Thanks to new contributor giddy )
- Stopped handling unhandled exceptions, had undesired side effects
- Warn when Primary Keys were missing when creating DataContext and EDMX