Hello!
I've set up a GPRS connection on a mobile device running Windows Mobile 5.0. It connects on demand (e.g. when entering an URL in Internet Explorer).
However, connecting to a remote database (via SqlConnection) fails if the device isn't already connected, ie. it doesn't connect automatically. Is there a way to configure the device to connect automatically when attempting any TCP connection, or should I do it programatically in some way (Connection Manager API)?
Thanks in advance!