From 7297648c278903589beebf6fbc7511e5c1ff421d Mon Sep 17 00:00:00 2001 From: randomdan Date: Thu, 16 Sep 2010 00:01:56 +0000 Subject: Rewrite the whole of parameter and column binding almost from scratch No more template rubbish, no more messy partial specialisation Add copyless rebind of column to parameter Changes in project2 to suit --- libodbcpp/bind.cpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'libodbcpp/bind.cpp') diff --git a/libodbcpp/bind.cpp b/libodbcpp/bind.cpp index 07e9d35..d29fce8 100644 --- a/libodbcpp/bind.cpp +++ b/libodbcpp/bind.cpp @@ -1,9 +1,10 @@ -#include -#include "command.h" -#include "param.h" +#include "bind.h" -ODBC::BindBase::BindBase() : - bindLen(0) +ODBC::Bind::Bind() +{ +} + +ODBC::Bind::~Bind() { } -- cgit v1.2.3