SQL Server Mobile database creation

  • Thread starter Thread starter Eric
  • Start date Start date
E

Eric

Hi,

I'm looking for a good example of how to programmaticly create and populate
a SDF database on the SQL server mobile in a desktop application.

I've read on several internet locations that it is now possible, but I can't
find a descrption of how to.

Please help.

rg,
Eric
 
Eric,

To do what you want, the desktop needs to either be a development machine
(one with VS 2005 or SQL Server Developer loaded) or a TabletPC. If so, you
can write a desktop app that uses the same SQL Mobile classes as a mobile
device would - only different DLLs.
 
thanks, I've got VS2005 and just ten minuts ago I managed to get it all
working.

I used the same code from my VS2003 pocketpc program and added some DLLs in
my project.

rg,
Eric
 
Back
Top