Database transfer

G

Guest

I have have created an sqlce database using the compact framework this has
..sdf extension i would now like to transfer the file to a MS WinXP laptop for
further use, but i am unable open the file. What is the best way to create
and manipulate a database file between the two platforms (Pocket PC with
MSWin Mobile and Laptop with MSWin XP and Office XP)
 
P

Pete Vickers [MVP]

Hi,
You cannot read an sdf directly on the PC using the current version of
SqlServerCE.

You could use replication to a SqlServer database. Alternately, take a look
at RemoteSQLCe on our site, which will allow you to read the .SDF from your
PPC on the PC using the cradle or wireless.

HTH

Pete
 

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