aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/cli/example2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/cli/example2.c')
-rw-r--r--src/interfaces/cli/example2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/cli/example2.c b/src/interfaces/cli/example2.c
index 42a63e5b503..6a4fb56c732 100644
--- a/src/interfaces/cli/example2.c
+++ b/src/interfaces/cli/example2.c
@@ -56,7 +56,7 @@ example2(SQLCHAR *server, SQLCHAR *uid, SQLCHAR *authen, SQLCHAR *sqlstr)
SQLHDBC hdbc;
SQLHSTMT hstmt;
SQLCHAR errmsg[256];
- SQLCHAR colname[32];
+ SQLCHAR colname[64];
SQLSMALLINT coltype;
SQLSMALLINT colnamelen;
SQLSMALLINT nullable;