Click here to Skip to main content
15,891,841 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to make one application which will based on windows mobile 6 architecture. Coding will be in Visual c++. In that I want to make a single button , if I clicked on that it will create SQL compact Database and add some value to that particular DB.
So how to write DB connection string and which file should be imported and how all processes goes on?
Posted

1 solution

This is a big question, but I wanted to share this site with you as a solution for the connection string part of it.

http://connectionstrings.com/[^]

Make sure that you use a version of SQL CE that is compatible with Mobile 6.

Here is a link to some articles from Microsoft on doing this.

http://msdn.microsoft.com/en-us/library/aa983313(v=vs.80).aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900