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.
 
Back
Top