diff options
Diffstat (limited to 'src/interfaces/odbc/drvconn.c')
-rw-r--r-- | src/interfaces/odbc/drvconn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/odbc/drvconn.c b/src/interfaces/odbc/drvconn.c index ea4c624679b..764424ad7e9 100644 --- a/src/interfaces/odbc/drvconn.c +++ b/src/interfaces/odbc/drvconn.c @@ -233,7 +233,7 @@ dialog: { result = SQL_SUCCESS_WITH_INFO; conn->errornumber = CONN_TRUNCATED; - conn->errormsg = "The buffer was too small for the result."; + conn->errormsg = "The buffer was too small for the ConnStrOut."; } } |