Wednesday, March 7, 2012

Desktop Application With Windows Mobile

Is it possible to create a desktop application that connects to an SQL Mobile database and deploy this application to a PC with SQL Server 2000 installed? If not, would this be possible if the installed server was SQL Server 2005?

Your desktop application that connects to SQL Mobile is using System.Data.SqlServerCe for the ADO.NET provider. You cannot access SQL Server 2000 or 2005 using this provider, so in order for your application to work against SS2000/2005 you would need to provide a data access layer based on System.Data.SqlClient.

Darren

No comments:

Post a Comment