r9959: more odbc v3 conversions
[clsql.git] / db-odbc / odbc-constants.lisp
index 591a3afa43fcc76c0f7a3f0df4e15bbd62652eae..e6cc0bdf6f56ed34dbaaab018cafd95ef35a6828 100644 (file)
 
 ;; (defconstant $ODBCVER       #x0210)
 
+
+;; for new SQLAllocHandle functiion
+(defconstant $SQL_HANDLE_ENV 1)
+(defconstant $SQL_HANDLE_DBC 2)
+(defconstant $SQL_HANDLE_STMT 3)
+(defconstant $SQL_HANDLE_DESC 4)
+
 ;; generally useful constants
 (defconstant $SQL_SPEC_MAJOR 2)                ;; Major version of specification 
 (defconstant $SQL_SPEC_MINOR 10)       ;; Minor version of specification