From 951e67b64812128249f572b60e7ca012bad28bfc Mon Sep 17 00:00:00 2001 From: randomdan Date: Thu, 21 Sep 2006 23:14:28 +0000 Subject: Fix the C++ template errors Add some half decent transaction support Change the error handling to not 'handle' _with_info --- libodbcpp/bind.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libodbcpp/bind.h') diff --git a/libodbcpp/bind.h b/libodbcpp/bind.h index 36c7584..d06dcb2 100644 --- a/libodbcpp/bind.h +++ b/libodbcpp/bind.h @@ -23,6 +23,12 @@ namespace ODBC { virtual ~Bind() {} t value; }; + template <> + class Bind { + public: + virtual ~Bind(); + unsigned char * value; + }; } #endif -- cgit v1.2.3