summaryrefslogtreecommitdiff
path: root/framework/Exceptions
diff options
context:
space:
mode:
authorwei <>2007-01-06 03:36:40 +0000
committerwei <>2007-01-06 03:36:40 +0000
commitb8779f4a6a581cb378368eac398a262047397472 (patch)
treeec9949b1f2ebe9a1f9972e595b4d6a4b925103b9 /framework/Exceptions
parentbde6488e19b9852011a657fda8aa39680d9c4a62 (diff)
Fixed #485.
Diffstat (limited to 'framework/Exceptions')
-rw-r--r--framework/Exceptions/messages.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt
index 28b0b1e7..1df4349f 100644
--- a/framework/Exceptions/messages.txt
+++ b/framework/Exceptions/messages.txt
@@ -357,9 +357,9 @@ tactivecustomvalidator_clientfunction_unsupported = {0} does not support client
dbconnection_open_failed = TDbConnection failed to establish DB connection: {0}
dbconnection_connection_inactive = TDbConnection is inactive.
-dbcommand_prepare_failed = TDbCommand failed to prepare the SQL statement: {0}
-dbcommand_execute_failed = TDbCommand failed to execute the SQL statement: {0}
-dbcommand_query_failed = TDbCommand failed to execute the query SQL: {0}
+dbcommand_prepare_failed = TDbCommand failed to prepare the SQL statement "{1}": {0}
+dbcommand_execute_failed = TDbCommand failed to execute the SQL statement "{1}": {0}
+dbcommand_query_failed = TDbCommand failed to execute the query SQL "{1}": {0}
dbcommand_column_empty = TDbCommand returned an empty result and could not obtain the scalar.
dbdatareader_rewind_invalid = TDbDataReader is a forward-only stream. It can only be traversed once.
dbtransaction_transaction_inactive = TDbTransaction is inactive.