During the developing of a PhalconPHP based web application i had the necessity (it was a project constraint) to use MS SQL Server as database.
I started looking around the web and i jumped into this project, but using it i had some problem with pdo_sqlsrv driver and i had to create something (not so much) different.
The result is a couple of classes heavily based on the original ones.
Hi there,
I’ve been searching for an MSSQL adaptor for Phalcon for a while now, do you know what version of Phalcon your adaptor is compatible with? I was checking out the project you mentioned, however that version has not been updated to 2.0 yet 🙁
Thanks,
Dan
the code is tested on PhalconPHP 1.3.x , i am working on a version, that will be released soon, compatible with PhalconPHP 2.0.x .
SQL Server classes compatible with PhalconPHP 2.0.x released.
See https://www.airaghi.net/en/2015/08/10/phalconphp-2.0.x-sql-server-connector
is it phalcon framework 3.0 support mssql? please reply as soon as possible….
You can use SQL Server with PhalconPHP 3.0.x : https://www.airaghi.net/en/2016/09/13/phalconphp-3-0-x-sql-server-connector/