* @license GNU General Public License, version 2 (GPL-2.0) * * For full copyright and license information, please see * the docs/CREDITS.txt file. * */ /** @link https://www.php.net/manual/en/sqlsrv.constants.php */ define('SQLSRV_ERR_ERRORS', 0); define('SQLSRV_FETCH_ASSOC', 2); define('SQLSRV_CURSOR_STATIC', 'static');