I'm trying to do the integration of an issue tracker under my testlink.
testlink is installed on a linux with a mysql database.
The issue tracker I want to integrate is running under MS SQL ( of course on another host

I have troubles to get it working

I finnaly added "$this->db->debug=1;" in the function "database", And I can see the error message :
testhost.home.network: Missing extension for mssql
As testlink support MS-SQL, I guess I've done something wrong. Any idea ?