Replication of Access Database with SDF

  • Thread starter Thread starter Enver A
  • Start date Start date
E

Enver A

Anyone can tell me how to copy certain amounts of data (max 1500 records)
from access database to SDF (SQLCE Server database)?
 
Enver,

One approach would be to export the Access data to XML (or CSV) and copy it
to the device. Then on the device, import the XML (or CSV using the CSV data
adapter on www.opennetcf.org) into a dataset, and then use the dataset to
programmatically set up the SqlCe database. There are also 3rd party
products such as RemoteSqlCe that you can use:
http://www.gui-innovations.com/html/remotesqlce.html

--
Ginny Caughey
..Net Compact Framework MVP

Have an opinion on the effectiveness of Microsoft Embedded newsgroups?
Let Microsoft know!
https://www.windowsembeddedeval.com/community/newsgroups
 
Back
Top