How to connect opencart with mssql server -


is there chance of connecting opencart mssql? have tried? if procedure of doing that?

enter image description here

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 proper db_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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -