After my presentation about Sync Services for ADO.NET at MSDN Live in Bergen I got some questions. Since the questions are relevant for everyone that participated at MSDN live I will address them here in my blog. The questions concerned both SQL Server Compact and Sync Services for ADO.NET.

What is the max size of a Sql Server Compact database?

4 GB is the max size of a SQL Server Compact database and it supports multiple connections up to 256.

Read more here: http://msdn2.microsoft.com/en-us/library/aa983341(vs.80).aspx.

 

How do to redistribute SQL Server Compact with my application?

There are two deployment options; traditional Microsoft Windows Installer and “xcopy” deployment.

If you choose to use the Windows Installer option you choose SQL Server Compact as a prerequisite and the installer will automatically download the bits for SQL Server Compact from somewhere in the internet cloud.

If you go for the xcopy option, you have to add the SQL Server Compact dlls as a part of your project. You find these dlls under C:\Program Files\Microsoft SQL Server Compact Edition\.

Read more here: http://msdn2.microsoft.com/en-us/library/aa983326(VS.80).aspx.

 

Is Sync Services for ADO.NET shipped with the next version of .NET Compact Framework?

Sync Services for ADO.NET is not supported for .NET Compact Framework in VS2008 Beta 2. I think Microsoft will ship this feature for .NET CF in a later stage.

There are several threads on the Sync Services forum about this topic.

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1475649&SiteID=1

Friday, September 07, 2007 8:23:15 AM (W. Europe Standard Time, UTC+01:00) 
  Permalink  |  Comments [2]  |  View blog reactions  | 

Yesterday at MSDN Live in Bergen I got a really good question after my presentation. The question was asked by a Master class student that working on a master thesis about occasionally connected clients. He asked me how he could learn to use Sync Services for ADO.NET and Sql Server Compact. My presentation gives an overview of the technologies, but if you want to dive deeper you have to dig the web for more information. Since I’ve already dug the web for information about this technologies I will post the links If found useful here. This will give you a good starting point to learn more about these technologies. I recommend you to start with Rafik Robeals “Take data offline” article on CodeProject and then start to watch the webcast if linked to.

Articles

Blogs

Webcasts

Others

 

Happy coding! If you have some additional resources, feel free to drop me a comment.

Wednesday, September 05, 2007 11:56:35 AM (W. Europe Standard Time, UTC+01:00) 
  Permalink  |  Comments [4]  |  View blog reactions  |