Connecting to Microsoft Sql Server

Hi There,

Can you tell me if there is a connector for Microsoft Sql Server and if there is point me to some examples for using a grid and dropdown using MS Sql Server connector.

Thanks for your help.

Best Regards,

Steve.

If you are working with PHP, you need to use the same php-connector package, just init connector a bit differently

github.com/DHTMLX/connector-php … nector.php

As you can see you need to include db_mssql.php and use “MsSQL” as second parameter of constructor.

There is also the alternative data driver, you can use db_sqlsrv and “SQLSrv” as second parameter of constructor.

Hi Stanislav,

Thanks for the reply.
I am not using php.
I come from a .Net & Sql Server background and I am looking to use HTML5 ,JQuery and Sql Server.

Best Regards,

Steve.

Hello,
did you try dhtmlxConnector for .NET ?
dhtmlx.com/docs/products/dhtmlxConnector/
docs.dhtmlx.com/connector__net__index.html

Package:
dhtmlx.com/x/download/regular/dh … or_net.zip

The package contains source codes, compiled dlls and an example web project