What changes needed in TL to use SQLserver instead of mssql?

LATEST Official version.
Questions and discussions - NO ISSUES
FOR ISSUES => http://mantis.testlink.org

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
aostad
Member of TestLink Community
Posts: 183
Joined: Wed Apr 01, 2009 8:32 pm

What changes needed in TL to use SQLserver instead of mssql?

Post by aostad »

I've noticed Testlink 1.93 using old PHP functions for supporting MSSQL database. These functions are not supported after PHP 5.3.* (PHP 5.2.17 and less supports them).

Does anybody know what should be changed in Testlink to use new PHP functions that support SQLserver?

My system environment includes PHP 5.4, Apache 2.2.22, Mysql 5.5.16 (TL database), SQLserver (remote BTS database).
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: What changes needed in TL to use SQLserver instead of ms

Post by fman »

TestLink access MSSQL through ADODB then solution has to be searched there on ADODB PHP site.
I've posted on other thread on forum indication about some issues we have had will working with TestLink using MSSQL as testlink database on Windows 7.
Look on tlOpenSource twitter -
MSSQL native drivers - TL 1.9.4 will use ADODB515 in order to solve issues with these drivers (issue 4898)

ALSO:
HINT: win7 & XAMPP 1.7.7 & MSSQL Drivers - see http://www.apachefriends.org/f/viewtopi ... lit=SQLSRV
Post Reply