Преглед изворни кода

* Additional message for sqldb connector

git-svn-id: trunk@6680 -
michael пре 18 година
родитељ
комит
ef9ef2ceaa
1 измењених фајлова са 1 додато и 0 уклоњено
  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