Discussion:
ssce3.5
(too old to reply)
BobF
2009-12-16 14:05:10 UTC
Permalink
Sorry for the simplistic question, but how is data bulk loaded into a ce
database?

I have excel data that I want to load.

The 2008 export / import tool doesn't seem to recognize ce as a
supported destination.
Ginny Caughey
2009-12-16 15:16:12 UTC
Permalink
You have to load the data programmatically, or use a 3rd party tool like the
ones here:
http://www.primeworks-mobile.com/
--
Ginny Caughey
Device Application Development MVP
Post by BobF
Sorry for the simplistic question, but how is data bulk loaded into a ce
database?
I have excel data that I want to load.
The 2008 export / import tool doesn't seem to recognize ce as a supported
destination.
BobF
2009-12-16 15:26:21 UTC
Permalink
Post by Ginny Caughey
You have to load the data programmatically, or use a 3rd party tool like
http://www.primeworks-mobile.com/
Thanks
ErikEJ
2009-12-16 19:23:36 UTC
Permalink
I have made a SqlCeBulkCopy .NET library, which you could try out:

http://sqlcebulkcopy.codeplex.com/
--
Erik Ejlskov Jensen, Mobile App Dev MCTS
Check out my SQL Compact blog at
http://erikej.blogspot.com
Post by BobF
Sorry for the simplistic question, but how is data bulk loaded into a ce
database?
I have excel data that I want to load.
The 2008 export / import tool doesn't seem to recognize ce as a supported
destination.
BobF
2009-12-16 19:38:37 UTC
Permalink
Post by ErikEJ
http://sqlcebulkcopy.codeplex.com/
Thanks. I'll give it a try

Loading...