Differences Between: [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403]
1 <?php 2 /* 3 @version v5.21.0 2021-02-27 4 @copyright (c) 2015 Damien Regad, Mark Newnham and the ADOdb community 5 Released under both BSD license and Lesser GPL library license. 6 Whenever there is any discrepancy between the two licenses, 7 the BSD license will take precedence. 8 Set tabs to 4. 9 10 Microsoft SQL Server 2012 via ODBC 11 */ 12 13 if (!defined('ADODB_DIR')) 14 die(); 15 16 include_once(ADODB_DIR."/drivers/adodb-odbc_mssql.inc.php"); 17 18 class ADODB_odbc_mssql2012 extends ADODB_odbc_mssql 19 { 20 /* 21 * Makes behavior similar to prior versions of SQL Server 22 */ 23 var $connectStmt = 'SET CONCAT_NULL_YIELDS_NULL ON'; 24 } 25 26 class ADORecordSet_odbc_mssql2012 extends ADORecordSet_odbc_mssql 27 { 28 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body