Click here to Skip to main content
15,881,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello sir
i am using window CE 5.0 mobile device and i made one application in smart device window CE and i ma connect sql server but connection give me error SqlException

first time i ma use this simple connection
1) SqlConnection SqlCOn = new SqlConnection("Data Source=SOFTWARE\\SQLEXPRESS;Initial Catalog=ALMS;Integrated Security=True; User ID=sa;Password=123; ");
he give me SqlException error

2) than after i ma found some data on net
but he also give me some error
SqlConnection SqlCOn = new SqlConnection("Data Source=192.168.0.3,1433;Initial Catalog=ALMS;Integrated Security=True; User ID=sa;Password=123; ");

any suggestion for this error please tell me
Posted
Updated 23-Mar-16 5:19am

1 solution

 
Share this answer
 
Comments
manoj s sherje 5-Jun-13 3:15am    
Thanking You sir is helpful for me
Maciej Los 5-Jun-13 4:12am    
You're welcome ;)
If your problem is solved, please, mark this answer as "solved" (green button).

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