Sfoglia il codice sorgente

* Additional message for sqldb connector

git-svn-id: trunk@6680 -
michael 18 anni fa
parent
commit
ef9ef2ceaa
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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''';
   SIndexFieldMissing       = 'Cannot access index field ''%s''';
   SNoFieldIndexes          = 'No index currently active';
   SNoFieldIndexes          = 'No index currently active';
   SNotIndexField           = 'Field ''%s'' is not indexed and cannot be modified';
   SNotIndexField           = 'Field ''%s'' is not indexed and cannot be modified';
+  SErrUnknownConnectorType = 'Unknown connector type';
 
 
 
 
 Implementation
 Implementation