How to connect opencart with mssql server -
is there chance of connecting opencart mssql? have tried? if procedure of doing that?
that should not big problem, need do:
- create
/system/database/mssql.php
class - class should have same methods, properties , functionality e.g.mysql.php
one - rewrite all of model classes method's queries meet
ms sql
/t-sql
sql syntax - in both config files (
/config.php
,/admin/config.php
) set properdb_driver
-mssql
i supposing have opencart database created due /install/opencart.sql
file.
i guess nothing more should done.
anyway, reason switching ms sql?
edit: in /system/database/
there mmsql.php
file contains mssql
class not have implemented, renamed mssql.php
file.
Comments
Post a Comment