Accessing MSSQL data from Linux platform

Hi; this is a newbie question - can the dataconnector access a MSSQL database on the corporate LAN from a Linux machine where the dhtmlx application is served up?

Are there additional libraries etc needed for the php dataconnector?

Thanks in advance

Yes, it can. It works as any other network app. If MSSQL has login for remote access ( which is normal usecase ) - the same credential can be used in connection string.

Are there additional libraries etc needed for the php dataconnector?
Nope. Connector uses only default php libraries.

Thanks