[TYPO3-UG Italy] Typo3 ADOdb e MSSQL

Mauro Lorenzutti mauro.lorenzutti at webformat.com
Fri Jul 31 10:59:07 CEST 2009


Ciao Michael,

ho dato un'occhiata al tuo codice e credo che ci sia un problema nella 
configurazione del localconf.php. Prova con la configurazione seguente:


$typo_db_username='dbuser';
$typo_db_password='dbpassword';
$typo_db_host='xxx.xxx.xxx.xxx';
$typo_db='dbname';

$TYPO3_CONF_VARS['EXTCONF']['dbal']['handlerCfg'] = array (
 '_DEFAULT' => array (
  'type' => 'adodb',
  'config' => array(
   'driver' => 'mssql',
  )
 ),
);


Con una configurazione simile ho fatto funzionare TYPO3 su postgreSQL, 
Oracle e anche MSSQL (ma connettendomi con un dns odbc, non ho mai 
provato con l'ip).

Spero possa esseri utile.

Ciao,

---
 Mauro Lorenzutti

e-mail:  mauro.lorenzutti at webformat.com
---------------------------------------------------------
WEBFORMAT srl | Corte Europa, 12 | I-33097 SPILIMBERGO PN
     Tel +39-0427-926.389  --  Fax +39-0427-927.653
       info at webformat.com  --  http://www.webformat.com
---------------------------------------------------------



More information about the TYPO3-UG-Italy mailing list