SQL Server Mobile database creation

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
 
G

Ginny Caughey [MVP]

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.
 
E

Eric

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
 

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