Browse Source

* Forgot to commit file, fixed compilation

git-svn-id: trunk@13970 -
joost 16 years ago
parent
commit
a3760ab67e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-db/src/base/dbconst.pas

+ 1 - 0
packages/fcl-db/src/base/dbconst.pas

@@ -95,6 +95,7 @@ Resourcestring
   SMaxIndexes              = 'The maximum amount of indexes is reached';
   SMaxIndexes              = 'The maximum amount of indexes is reached';
   SMinIndexes              = 'The minimum amount of indexes is 1';
   SMinIndexes              = 'The minimum amount of indexes is 1';
   STooManyFields           = 'More fields specified then really exist';
   STooManyFields           = 'More fields specified then really exist';
+  SNullParamNotAllowed     = 'The parameter ''%s'' does not allow null-values';
 // These are added for Delphi-compatilility, but not used by the fcl:
 // These are added for Delphi-compatilility, but not used by the fcl:
   SFieldIndexError         = 'Field index out of range';
   SFieldIndexError         = 'Field index out of range';
   SIndexFieldMissing       = 'Cannot access index field ''%s''';
   SIndexFieldMissing       = 'Cannot access index field ''%s''';