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 2.6.1:
- Bug in DataContext - Indexes were not generated in C# code - fixed
- Bug in Database Diff casuing Null Ref Exception - fixed
- NEW: Added option to exclude tables from being scripted
- NEW: Added option to remove Server Explorer based connections
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
- Fix for Index columns with spaces in the name
- Added read-only connection string constant: ConnectionStringReadOnly
Explorer Tree:
- Added Refresh context menu item to Tables node
- Refreshing Tables node when running DDL in Editor
Descriptions:
- Now you edit all descriptions for a table and it's columns on a single dialog
( Thanks to new contributor giddy )
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
- Using a "nicer" propertygrid
- About dialog now checks for DDEX provider presence
SQL Server Compact Toolbox 2.6–Visual Guide of new features
New in 2.6.1:
- Bug in DataContext - Indexes were not generated in C# code - fixed
- Bug in Database Diff casuing Null Ref Exception - fixed
- NEW: Added option to exclude tables from being scripted
- NEW: Added option to remove Server Explorer based connections
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
- Fix for Index columns with spaces in the name
- Added read-only connection string constant: ConnectionStringReadOnly
Explorer Tree:
- Added Refresh context menu item to Tables node
- Refreshing Tables node when running DDL in Editor
Descriptions:
- Now you edit all descriptions for a table and it's columns on a single dialog
( Thanks to new contributor giddy )
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
- Using a "nicer" propertygrid
- About dialog now checks for DDEX provider presence