August 6th 2008 UPDATE: SQL Server Compact 3.5 SP1 has shipped: SQL Server Compact 3.5 SP1 Released
Developers looking to get the beta of SP1 for SQL Server Compact can download it from here:
If you install Visual Studio 2008 SP1 Beta, you'll get the Compact Sp1 as well. But, if you need the Compact SP1 beta for Visual Studio 2005, or simply can't install the VS 2008 SP1 Beta for some reason, you can download the Compact beta directly.
So, what's in the Compact SP1 Beta?
Correction (May 15, '08):
The Verify overload was actually added just after SP1. I forgot that I installed a later build when writing this post. ...so, it's coming, just not in the public SP1
System.Data.SqlServerCe.SqlCeEngine eng = new System.Data.SqlServerCe.SqlCeEngine();
eng.Verify(System.Data.SqlServerCe.VerifyOption.Enhanced);
Updates to the Sync Services for ADO.NET runtime, including the ability to leverage the SQL Server 2008 Change Tracking features in the SyncAdapterBuilder
What's not yet in the Beta?
When will it ship?SQL Server Compact 3.5 SP1 will ship with Visual Studio 2008 SP1 and SQL Server 2008, which is scheduled for later this summer.
Please post feedback and questions to SQL Server Compact 3.5 MSDN Forum and Synchronization Services for ADO.Net MSDN Forum
For bugs, please post to Microsoft Connect, and be sure to set the product name to SQL Server Compact Edition Repro steps are key.
Steve