about sqlce(.sdf) database

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

Darren Shaffer

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
 

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