From f725edb356800402b8f9ee48c3ac9691dbbebbb6 Mon Sep 17 00:00:00 2001 From: randomdan Date: Sun, 30 Jan 2011 20:20:18 +0000 Subject: Address type inconsistency issue with size functions --- libodbcpp/bind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libodbcpp/bind.h') 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 }; -- cgit v1.2.3