aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/statement.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-11-19 13:54:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-11-19 13:54:38 +0200
commitb10fcbcb273704026641a07e3d09643798a431dd (patch)
tree986c6be1c79f489ae14b113999616d61430cf97d /odb/mssql/statement.hxx
parent3b3c82b31116cc55f0e752fe69b15861e8f13d97 (diff)
Allow empty runtime and execute views
Use them to handle INSERT/UPDATE SQL Server stored procedures.
Diffstat (limited to 'odb/mssql/statement.hxx')
-rw-r--r--odb/mssql/statement.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/mssql/statement.hxx b/odb/mssql/statement.hxx
index 1c012ce..36c87f1 100644
--- a/odb/mssql/statement.hxx
+++ b/odb/mssql/statement.hxx
@@ -201,6 +201,7 @@ namespace odb
binding& result_;
SQLUSMALLINT result_count_; // Actual number of columns bound.
SQLUSMALLINT long_count_; // Number of long data columns.
+ SQLUSMALLINT columns_; // Number of columns in result set.
};
struct LIBODB_MSSQL_EXPORT auto_result