Bug #45909
closedMSSQL : Changed database context to 'dname'.
0%
Description
Hello there,
when using dbal with adodb 5.14.0 or adodb 5.11.0 there are always strange errors about a changing database context:
Changed database context to 'dbname'.
The user who connects to the server is the dbowner and has all rights needed to do any changes. In my test script, everything works fine (CREATE, ALTER, INSERT, UPDATE, DELETE, DROP) and I don't get any errors.
Since PHP 5.3 doesn't ship a mssql driver anymore, I use freetds.
The following are my specs:
Windows Server 2008 R2
Microsoft SQL Server 2008 R2
PHP 5.3.20
freetds 0.82 (downloaded here: http://docs.moodle.org/24/en/Installing_MSSQL_for_PHP#Using_FreeTDS_on_Windows)
Apache 2.4.3
TYPO3 4.5.16
DBAL 21.2.0 which is a modified version of the 1.2.0 containing several bugfixes developped in collaboration with Xavier Perseguers (attached)
ADODB 5.11.0 and 5.14.0
Best Regards
Tizian
Files