Starting from PhalconPHP 3.0 the old connector i wrote to allow me to use SQL Server stopped working. To let me use new versions of PhalconPHP i updated the old classes (both Adapter and Dialect). You can download them here , search for the two files named Mssql3.php
Tag Archives: sql server
Linux: SQL Server connection
Do you need tools and libraries to use MSQ SQL Server from your Linux box ? Have you tried using UnixODBC and FreeDTS ? Let’s see how to do this if you choose to compile and build those libraries.
PhalconPHP 2.0.x : SQL Server Connector
Starting from the release of PhalconPHP 2.0 the old connector i wrote to allow me to use SQL Server stopped working. To let me use new versions of PhalconPHP i updated the old classes (both Adapter and Dialect). You can download them here .
PhalconPHP: SQL Server Connector
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 …