Link to home
Start Free TrialLog in
Avatar of BemboX
BemboX

asked on

How to read SQL Server 2008 via wifi with a handheld with Windows CE.

I have an intermec handheld with windows mobile 6.x, cfw 2.0 and wifi. I'm programming it with vs2005 without problems but I need to read and write a SQL Server 2008 database via wifi. What do I need to install in order to support it? There is not system.data namespace in my development environment.
SOLUTION
Avatar of regevha
regevha

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I am not sure about VS2005 but in VS2008, You can use the System.Data namespace (you may have to add reference to it). All you have to do is make sure the SQL Server is reachable on the WiFi.
Avatar of BemboX
BemboX

ASKER

I'm going to test this weekend, thanks in the meantime.