Browse Source

* Forgot to commit file in r21641

git-svn-id: trunk@21642 -
joost 13 years ago
parent
commit
8b6c61bb86
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-db/src/base/dbconst.pas

+ 1 - 1
packages/fcl-db/src/base/dbconst.pas

@@ -111,7 +111,7 @@ Resourcestring
   SRollBackRetaining       = 'Rollback and retaining transaction';
   SRollBackRetaining       = 'Rollback and retaining transaction';
   SErrNoFieldsDefined      = 'Can not create a dataset when there are no fielddefinitions or fields defined';
   SErrNoFieldsDefined      = 'Can not create a dataset when there are no fielddefinitions or fields defined';
   SErrApplyUpdBeforeRefresh= 'Must apply updates before refreshing data';
   SErrApplyUpdBeforeRefresh= 'Must apply updates before refreshing data';
-  SErrNoDataset            = 'Missing underlying dataset, can not open';
+  SErrNoDataset            = 'Missing (compatible) underlying dataset, can not open';
 
 
 Implementation
 Implementation