![]() |
SQLSRV Driver issue in v3.0.0 when upgrading from v2.2.2 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: Issues (https://forum.codeigniter.com/forumdisplay.php?fid=19) +--- Thread: SQLSRV Driver issue in v3.0.0 when upgrading from v2.2.2 (/showthread.php?tid=61665) |
SQLSRV Driver issue in v3.0.0 when upgrading from v2.2.2 - charanjits - 05-05-2015 Hi Support, I have the following code using sqlsrv driver for DB connection to MS SQL Server: Code: $query = $this->db->select("{$this->tables['users']}.user_id, Issue came after I upgraded from v2.2 to v3.0. The only change was framework upgrade, and updates as the upgrade instructions. The above mentioned code was returning a result in v2.2 but once I upgraded to v3.0 it started returning null ![]() Could anyone please help? |