From b8779f4a6a581cb378368eac398a262047397472 Mon Sep 17 00:00:00 2001
From: wei <>
Date: Sat, 6 Jan 2007 03:36:40 +0000
Subject: Fixed #485.

---
 framework/Exceptions/messages.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'framework/Exceptions')

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.
-- 
cgit v1.2.3