Page 1 of 1

Access Sql Server CompactFrameWork

Posted: Thu 13 May 2010 10:42
by Stark
Hi , have a good day ,

I want to have a direct access connection to MS SQL Server on my desktop machine

through pocket PC , which component should I buy ?


if there is more than one solution , Just put the link here ,
So I can test which is better for me

P.S:
I am using C# language


thank you .....

Posted: Fri 14 May 2010 12:37
by StanislavK
Could you please specify what you mean by direct connection?

Please try dotConnect Universal Mobile which allows connecting different DBMSs in a universal way and can be used in mobile applications:
http://www.devart.com/dotconnect/universal/
The evaluation version can be downloaded from
http://www.devart.com/dotconnect/univer ... nload.html

Feel free to contact us if something is unclear.

Posted: Fri 14 May 2010 18:04
by Stark
Hi, thank you for your replay ,,,

I mean with Direct connection , ( NO IIS server , or Any other other Application Should be used ) .


I want the connection from your DLL , to my SQL server .


thank you , I will try the link that you provided

kind regards

Posted: Mon 17 May 2010 12:25
by StanislavK
To connect to SQL Server using dotConnect Universal you will need only dotConnect Universal installed, System.Data.SQLClient.dll, and an open connection.

Besides SQL Server, dotConnect Universal Mobile allows to connect to the following databases: Oracle, MySQL, and PostgreSQL.

Please note that we use the standard SQLClient data provider to connect to SQL Server databases. For working with SQL Server, the main advantages of using dotConnect Universal are design-time and monitoring features, and the possibility of creating database-independent SQL code:
http://www.devart.com/dotconnect/univer ... niSQL.html .

Feel free to contact us if something is unclear.