Click here to Skip to main content
15,887,776 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i making mobile application for my gradution project and i need to develop DB contain some data to fill comboxs in mobile application ...
i hear sql compact edition is the solution but i have some question :

1- when i make the database VS ask me if i want data source My comuter or active sync ...( what is this ) hint i want to develop the db in my pc and attach it to mobile application

2- how can i change the connection string :
sqlceconnection con= new sqlceconnection("the path to db in my computer");
how can i make this path to mobile device

3- what is the requirement should be in mobile e.g (. net framework and ...... )

4- howw can i attach the db to project to run in with the cab file .....

:) and first of all thx for read my question
Posted

1 solution

maybe my question answered :)
by this artical
Smart Device Login Application Using the SQL Server CE Database[^]

but i will let mmy question open because i dnt try the content in the article but it is appear good :) thx for code projecty members and all :)
 
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