Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello,

I'm developing a win mobile app that connect to a db server(not local db),and i need to get the user inputs of the fields needed to connect to the db,as server,database,user id and pass.But first i have to connect to some local db that i have created where i save the user inputs!!
I have done the connection to the local db where i save the inputs but i dont know how to get those inputs for the new connection to the outside server!!

I need help for a solution you think it will be more appropriate for this case,and some code it will be great.

The question is,whats the best way to do this??

Im using C# .NET framework 3.5 ,sqlce,windows mobile application!!!!
Posted
Updated 10-Feb-12 23:06pm
v2
Comments
Dean Oliver 11-Feb-12 4:23am    
How about supplying some of your code. As well as specifying what technology you are using. EF. classic ADO.NET, EF Code first??
Sergey Alexandrovich Kryukov 11-Feb-12 4:32am    
Where is your question?
--SA

1 solution

You probably want to look at Data Replication: It's a bit complicated, but it is intended for mobile solutions, which need to include data back to a main SQL server: MSDN - SQL Server Replication[^]
 
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