SqlCeRemoteDataAccess and WLAN
in my project I am using .NET compact framework to develope a pocket pc application. my pocket pc is Symbol ... (not important I guess.)
I developed a program which uses SqlCeRemoteDataAccess class to connect the destop sql server. when the device is connected to the computer by com port it works fine.
but when the device is connected to desktop by a wireless lan it can not connect to desktop sql server.
I wonder if SqlCeRemoteDataAccess class only works with ActiveSync . why it does not work with WLAN.
or what may be the problem.

