Discussion:
SqlCeRemoteDataAccess sql ce 2.0 to sql server 2008
(too old to reply)
team
2009-12-21 11:06:01 UTC
Permalink
I want to use RDA with sql ce 2.0 to pull data from a sql server 2008.

Actually i get the following Error: System.Data.SqlServerCe.SqlCeError: The
version of the Microsoft OLE DB Provider for SQL Server is not correct.
[,,,Version,,] Code : 80004005

What does it mean ?

Do you have an solution how i can get sql server 2008 data to sql ce 2.0 ?

thanks for your support
ErikEJ
2010-01-06 18:09:53 UTC
Permalink
The SQL Server CE 2.0 agent is NOT compatible with SQL Server 2008, you must
use at least 3.1 on the device with (included with all Windows Mobile 6
devices) and the 3.5 SP1 agent.
--
Erik Ejlskov Jensen, Mobile App Dev MCTS
Check out my SQL Compact blog at
http://erikej.blogspot.com
Post by team
I want to use RDA with sql ce 2.0 to pull data from a sql server 2008.
Actually i get the following Error: System.Data.SqlServerCe.SqlCeError: The
version of the Microsoft OLE DB Provider for SQL Server is not correct.
[,,,Version,,] Code : 80004005
What does it mean ?
Do you have an solution how i can get sql server 2008 data to sql ce 2.0 ?
thanks for your support
Loading...