我需要使用magento连接到mssql数据库。如果它是mySql数据库,我们以前使用下面的代码进行连接:
<test_database>
<connection>
<host></host>
<username></username>
<password></password>
<dbname></dbname>
<model></model>
<type></type>
<active></active>
</connection>
</test_database>
有没有办法使用odbc创建连接?
任何人都可以帮助我。
谢谢。