diff options
Diffstat (limited to 'libodbcpp/bind.h')
-rw-r--r-- | libodbcpp/bind.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libodbcpp/bind.h b/libodbcpp/bind.h index cd45cf6..c256b2b 100644 --- a/libodbcpp/bind.h +++ b/libodbcpp/bind.h @@ -11,7 +11,7 @@ namespace ODBC { virtual ~Bind() = 0; virtual SQLSMALLINT ctype() const = 0; // The C type ID - virtual SQLINTEGER size() const = 0; // The size of the data + virtual SQLULEN size() const = 0; // The size of the data protected: mutable SQLLEN bindLen; // How much data the driver wants to store }; |