Explorar o código

* Additional message for sqldb connector

git-svn-id: trunk@6680 -
michael %!s(int64=18) %!d(string=hai) anos
pai
achega
ef9ef2ceaa
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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