summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc.h
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2000-10-30 18:00:58 +0000
committerDerick Rethans <derick@php.net>2000-10-30 18:00:58 +0000
commit2f5f83f5189666f5af11323212bec13cbfedabd4 (patch)
tree12664ee4b63165f3e4b4631a96fd09ab73f388f4 /ext/odbc/php_odbc.h
parentfad7092ff8ce3c2e4ef2a84a5dd5e5945ab12777 (diff)
downloadphp-git-2f5f83f5189666f5af11323212bec13cbfedabd4.tar.gz
- Added the two constants mentioned in bug #6097
# I did not test it, because I don't have access to an Adabase RDBMS
Diffstat (limited to 'ext/odbc/php_odbc.h')
-rw-r--r--ext/odbc/php_odbc.h2
1 files changed, 2 insertions, 0 deletions
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 <sqlext.h>
#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 */