Welcome Guest, Not a member yet? Register   Sign In
Database classes for SQL Server 2005 and SQL Server 2008 (using php_sqlsrv.dll from the Microsoft Data Programmability t
#24

[eluser]aj2000[/eluser]
Also a quick update / required fix needed in the sqlsrv_driver.php file

When using active record in CI, the database driver looks for the var $_like_escape_str in the sqlsrv driver file above however this is called _escape_char. Need to rename this var in /sqlsrv/sqlsrv_driver.php from

$_escape_char

To

$_like_escape_str

To prevent isset warning errors errors. Hope this may help someone.

Thanks


Messages In This Thread
Database classes for SQL Server 2005 and SQL Server 2008 (using php_sqlsrv.dll from the Microsoft Data Programmability t - by El Forum - 02-26-2010, 05:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB