diff options
Diffstat (limited to 'src/interfaces/odbc/execute.c')
-rw-r--r-- | src/interfaces/odbc/execute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/odbc/execute.c b/src/interfaces/odbc/execute.c index ca9b211888..fb64e8fe81 100644 --- a/src/interfaces/odbc/execute.c +++ b/src/interfaces/odbc/execute.c @@ -545,7 +545,7 @@ SQLNativeSql( { result = SQL_SUCCESS_WITH_INFO; conn->errornumber = STMT_TRUNCATED; - conn->errormsg = "The buffer was too small for the result."; + conn->errormsg = "The buffer was too small for the NativeSQL."; } } |