[TYPO3-windows] Typo3 4.6 Install / DBAL with MSSQL (driver: mssqlnative)

Tomasz Krawczyk tomkrawc at gmail.com
Tue Jun 26 20:10:45 CEST 2012


W dniu 2012-04-19 16:15, Andreas Heissenberger | vranz pisze:
> I got it working but had to many other problems with mssql so I switched
> back to mysql.
>
> Your problem is that typo3 is only looking for the old driver and not the
> new native mssql driver.
> I had to patch the typo3 src to get it working and to fix some other
> problem I had to update ADOB drivers to the lastest from sourceforge.
>
> Here my fix for your Problem:
> Typo3 / DBAL / Problem: kein sqlsrv (=Nativ Microsoft SQL Driver Support)
> im File \typo3\sysext\dbal\class.tx_dbal_installtool.php
> in Function "protected function getSupportedDrivers()" folgendes ergänzen:
>                      'mssqlnative' =>  array(
>                           'label' =>  'Microsoft native SQL Server',
>                           'extensions' =>  array('sqlsrv'),
>                      ),
>
> Problem 2: Login fails - update ADOB =>  ADOdb's unterstützt bis Version 514
> kein ADODB_FETCH_BOTH bei driver mssqlnative und liefert statt assoc array
> nur normale array - einfach aktuelle ADODB einspielen und problem
> verschwindet. Problem tritt
> hier C:\Inetpub\wwwroot2\typo3\sysext\dbal\class.ux_t3lib_db.php in Zeile
> 2247 in function sql_fetch_assoc auf!
>
>
> have fun
> Andreas
>
> 2012/4/19 Reichenauer, Roland<Roland.Reichenauer at rheingau-taunus.de>

Guys did you write a bugreport on the forge ?

TYPO3 4.5.16 doesn't support mssql native driver.

regards
Tomek



More information about the TYPO3-windows mailing list