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