Click here to Skip to main content
15,896,207 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am on a graduation project now and i cant find the code to use my windows mobile application over the wirless or lan card i got it to work through the phone cable and the active sync.
cant find how to make it through the wirless lasn or lan (i am going to make the same software for a ce 5.0 to so i need it lan too)
some one told me its called socket programing but to be honest i realy dont know what socket programing means
so if any one could tell me how to connect to the server and keep using my database using:
1) windows server 2003
2) sql server 2005 managment studio
3) visual studio 2005
4) c#
5) windows mobile 5 and think client

so any help will do

thank you any way
Posted

yes it realy helped thank u alot

its a little complicated and it says how to use connection manager to connect to the best connection available and every thing (the example is by using the internet )

i still dont know if it will work with the thin client but i will see
thank you alot its a huge step for me

http://msdn.microsoft.com/en-us/windowsmobile/dd296752.aspx
 
Share this answer
 
v3
You're not going to do it with Socket programming. Unless, of course, you REALLY want to rewrite the SQL Server Mobile Client from scratch.

Look into some of these[^] for some possible examples of what you're trying to do.
 
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