How to connect Gantt chart to Sql Server

Hi I am using SqlServer for my project.How to connect the tables to connector. The php connector specifies the list of supported databases in which sql server is not listed. How to connect them?

include “db_sqlsrv.php” and init connecto like next

[code]require(“connector/gantt_connector.php”);
require(“connector/db_sqlsrv.php”);

$conn = sqlsrv_connect( $serverName, $connectionInfo);
$gantt = new GanttConnector($conn,“SQLSrv”);[/code]

docs.dhtmlx.com/doku.php?id=dhtm … e#db_types