Tags: DBISAM, New Releases | Permanent Link • 0 Comments |
Tags: ElevateDB, New Releases | Permanent Link • 0 Comments |
Tags: DBISAM, New Releases | Permanent Link • 0 Comments |
Tags: DBISAM, New Releases | Permanent Link • 0 Comments |
implementation procedure TEDBLightweightExternalModule1.DoRoutine(const RoutineName: String); begin { Fill in the routine (function or procedure) execution code here. You can have multiple functions and/or procedures in a module. Use the RoutineName parameter to determine which function or procedure is being executed. Use the public ParamValues property of this external module (TEDBParamValues object) to access the parameters to the function or procedure. Do not modify the ParamValues property other than to get/set the parameter values or Null flag. Adding, removing, or changing the data type or parameter type of a parameter can cause serious problems. NOTE: The TEDBParamValues class is an internal ElevateDB engine class, and is used instead of the normal TParams class to bypass the inclusion of the Delphi VCL/DB units that cause the DLL size to bloat. You can find out the various properties and methods available for this class in the edbvalue.pas and edbparam.pas units for ElevateDB. If you are not comfortable working with an internal class such as this that contains no documentation, then you should use the normal external module template project that is installed into the Delphi object repository } end; initialization { You *must* set the external module class, otherwise your class will not get instantiated !!! } LightweightExternalModuleClass:=TEDBLightweightExternalModule1; end.
Tags: ElevateDB, New Releases | Permanent Link • 0 Comments |
Tags: ElevateDB, New Releases | Permanent Link • 0 Comments |
This web page was last updated on Friday, May 3, 2024 at 10:28 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |