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

Andreas Heissenberger | vranz andreas.heissenberger at vranz.com
Tue Jun 26 20:23:16 CEST 2012


Hi Tomek,

we did not wrote a bug report as there was no direct support (Summer 2011)
and we could not solve or correctly detect all problems.
This would have been more wish for a feature :-)

sorry
Andreas



2012/6/26 Tomasz Krawczyk <tomkrawc at gmail.com>

> 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@**rheingau-taunus.de<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
>
>
> ______________________________**_________________
> TYPO3-windows mailing list
> TYPO3-windows at lists.typo3.org
> http://lists.typo3.org/cgi-**bin/mailman/listinfo/typo3-**windows<http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-windows>
>


More information about the TYPO3-windows mailing list