From: Derick Rethans Date: Mon, 30 Oct 2000 18:00:58 +0000 (+0000) Subject: - Added the two constants mentioned in bug #6097 X-Git-Tag: php-4.0.4RC3~431 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f5f83f5189666f5af11323212bec13cbfedabd4;p=php - Added the two constants mentioned in bug #6097 # I did not test it, because I don't have access to an Adabase RDBMS --- diff --git a/ext/odbc/php_odbc.h b/ext/odbc/php_odbc.h index 3b903f834b..4baf6a954a 100644 --- a/ext/odbc/php_odbc.h +++ b/ext/odbc/php_odbc.h @@ -74,6 +74,8 @@ PHP_FUNCTION(solid_fetch_prev); #include #define HAVE_SQL_EXTENDED_FETCH 1 #define SQL_SUCCEEDED(rc) (((rc)&(~1))==0) +#define SQLINTEGER ULONG +#define SQLUMSALLINT USHORT #elif defined(HAVE_SAPDB) /* SAP DB */