Create a Database anda tables SQL CE

  • Thread starter Thread starter David Fúnez
  • Start date Start date
D

David Fúnez

I know how to create a Database and Tables with SQL CE, but what i want is
to create the database and add tables on my PC and modify it.

How can i do that.

Thanks on advance.
 
If your goal is to generate the actual SQL CE-compatible data file, the only
way to do this is in the emulator.

Paul T.
 
and it's possible to pass the database file from the emulator to my PC...?

With VS.NET 2003 comes a database file 'NorthWindDemo.sdf', so i think there
must be a way to do it.


Thanks on advance.
 
It's just a file. Look up connecting to an emulator with ActiveSync, for
example, in the newsgroup archives.

Paul T.
 

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

Back
Top