about sqlce(.sdf) database

  • Thread starter Thread starter zirong
  • Start date Start date
Z

zirong

I'm a newbie to develop for ppc platform.
Who can give me a way to create a sqlce database,add a table,a record and a
index.
Thanks.
 
you create SQL CE databases programmatically on device using
..NET Compact Framework code or native eVC/eVB code. you
can also create and modify SQL CE databases using the pocket
query analyzer that comes with SQL CE.

an easier way is to use one of the third party products that make
creating SQL CE databases easier from the desktop - RemoteSQLCE
is an excellent product you can download and try.
http://www.gui-innovations.com/html/remotesqlce.html

--
Darren Shaffer
..NET Compact Framework MVP
Principal Architect
Connected Innovation
www.connectedinnovation.com
 
Back
Top