Magento创建了一个odbc连接

时间:2016-02-16 05:45:24

标签: magento

我需要使用magento连接到mssql数据库。如果它是mySql数据库,我们以前使用下面的代码进行连接:

<test_database>
                <connection>
                    <host></host>
                    <username></username>
                    <password></password>
                    <dbname></dbname>
                    <model></model>
                    <type></type>
                    <active></active>
                </connection>
            </test_database>

有没有办法使用odbc创建连接?

任何人都可以帮助我。

谢谢。

0 个答案:

没有答案