Accessing SQL CE 2.0 file located in the desktop PC

A

AS

Hi,

I have a SQL CE 2.0 database file (*.SDF) in my desktop. I need to
access this file and migrate the data to SQL Express 2005. How do i
accomplish this?

I tried using the "DataPortWizard" of primeworks, but i get an error
saying - "Failed to open the device database".

I also tried accessing this database through a VS 2005 desktop
application, by adding a reference to SqlServerCe from - "C:\Program
Files\Microsoft SQL
Server\90\Tools\Binn\VSShell\Common7\IDE\System.Data.SqlServerCe.dll".
With this application i get the following error while opening
connection to the database - "Invalid database version".
 
G

Ginny Caughey [MVP]

SqlCE 2.0 only runs on devices or emulators, unlike SQL Mobile which can
also run on desktops. So you need to copy the file to a device, then one of
the 3rd party tools should be able to work with it.
 
A

AS

Thanks Ginny. I have one more doubt -

How do I connect my device ( a tablet PC) to my desktop? It doesn't
have a network interface card. It only has an USB port.

Also, how do I configure the third party tools to identify my device?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top