PDA

Click to See Complete Forum and Search --> : [RESOLVED] how to connect sql server.


simoms
Mar 16th, 2006, 03:16 AM
I find the big difficulty, I setup sqlserver to store the database, and when i coding the moblie client, I surprice SmartDeviceApplication no sqlclient method.

and how can i take the data form sqlserver? I want to connect the data via the lan..

now, how can I do?

thanks

Strider
Mar 16th, 2006, 03:38 AM
SQLClient is supported.

You need to add a reference to SQLClient in your project.

Then you can connect to SQL Server

simoms
Mar 16th, 2006, 04:00 AM
GOOD....Thanks...