Creation of a sample database in SQL Moblie - steps required

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello Friends,

I have a question.

Can any one tell me how to create a sample database in SQL Moblie and
testing the sample application in window mobile emulator ?. I want to use SQL
qeury analyser for the creation of sdf file i.e. database file.

I want to following things which are given below

1) Creation of the sdf , i.e. database file in the emulator using sql query
analyser.
2) how to copy the sdf from the emulator to database project , in the
current project folder.
3) how to connect programmtically using c# to the database file and perform
following action such as insertion, upadation deletion and navigation through
the tables programmatically using c#.

If anyone has any information regarding this issue, kindly let me know

-PHIJO MATHEW PHILIP.
 
I suggest you go buy one of the many Compact Framework books as they all
cover this subject matter. An alternative to that would be to use arguably
the world's most powerful search engine which, incidently, indexes and
archives this very newsgroup. The name rhymes with "boogle". Another
alternative would be to try the online MSDN Library. This is all readily
available information if you care to look for it.

--Neil
 
Back
Top