|
@@ -94,6 +94,7 @@ Resourcestring
|
|
|
SDBCreateDropFailed = 'Creation or dropping of database failed';
|
|
|
SMaxIndexes = 'The maximum amount of indexes is reached';
|
|
|
SMinIndexes = 'The minimum amount of indexes is 1';
|
|
|
+ STooManyFields = 'More fields specified then really exist';
|
|
|
// These are added for Delphi-compatilility, but not used by the fcl:
|
|
|
SFieldIndexError = 'Field index out of range';
|
|
|
SIndexFieldMissing = 'Cannot access index field ''%s''';
|