summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOcke Janssen [oj] <Ocke.Janssen@sun.com>2010-07-15 07:46:31 +0200
committerOcke Janssen [oj] <Ocke.Janssen@sun.com>2010-07-15 07:46:31 +0200
commitc409f6f07beada0eae1aec2f8153620fd580e29e (patch)
treecca9078392186ce06ee6821a51d25a693ef7c95c
parent24450091acd61424cc39429e0490d483d7831ec6 (diff)
dba33g: #i111345# wrong error message used when opening invalid table format
-rw-r--r--connectivity/source/drivers/dbase/DTable.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/dbase/DTable.cxx b/connectivity/source/drivers/dbase/DTable.cxx
index 2982f484a3..55518c8ace 100644
--- a/connectivity/source/drivers/dbase/DTable.cxx
+++ b/connectivity/source/drivers/dbase/DTable.cxx
@@ -2607,7 +2607,7 @@ void ODbaseTable::throwInvalidDbaseFormat()
// no dbase file
const ::rtl::OUString sError( getConnection()->getResources().getResourceStringWithSubstitution(
- STR_SQL_NAME_ERROR,
+ STR_INVALID_DBASE_FILE,
"$filename$", getEntry(m_pConnection,m_Name)
) );
::dbtools::throwGenericSQLException( sError, *this );