Browse Source

- implemented parameter support for sqldb

joost 20 years ago
parent
commit
70e80b5307
1 changed files with 5 additions and 2 deletions
  1. 5 2
      fcl/db/dbconst.pp

+ 5 - 2
fcl/db/dbconst.pp

@@ -68,14 +68,17 @@ Const
   SMetadataUnavailable     = 'The metadata is not available for this type of database.';
   SDeletedRecord           = 'The record is deleted.';
   SIndexNotFound           = 'Index ''%s'' not found';
-
+  SParameterCountIncorrect = 'The number of parameters is incorrect.';
 Implementation
 
 end.
 
 {
   $Log$
-  Revision 1.9  2005-03-18 10:17:34  michael
+  Revision 1.10  2005-04-10 18:28:30  joost
+  - implemented parameter support for sqldb
+
+  Revision 1.9  2005/03/18 10:17:34  michael
   + Patch to IndexDefs from Alexandrov Alexandru
 
   Revision 1.8  2005/02/14 17:13:12  peter