Pārlūkot izejas kodu

* Additional message for sqldb connector

git-svn-id: trunk@6680 -
michael 18 gadi atpakaļ
vecāks
revīzija
ef9ef2ceaa
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      packages/fcl-db/src/dbconst.pas

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

@@ -94,6 +94,7 @@ Resourcestring
   SIndexFieldMissing       = 'Cannot access index field ''%s''';
   SNoFieldIndexes          = 'No index currently active';
   SNotIndexField           = 'Field ''%s'' is not indexed and cannot be modified';
+  SErrUnknownConnectorType = 'Unknown connector type';
 
 
 Implementation