소스 검색

* 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