AnyDAC
ContentsIndexHome
PreviousUpNext
TADScript Class

The class implementing SQL script engine, capable to execute a series of SQL queries.

Group
Class Hierarchy
uADCompScript_TADScript
File

uADCompScript

Links

Use TADScript to execute a series of the SQL queries, script control commands, produce a execution log and so on.

TADScript = class(TADComponent, IUnknown, IADStanOptions, IADStanErrorHandler, IADStanObject, IADGUIxScriptDialogInfoProvider, IADScriptEngineIntf);

You can find TADScript related demos in the AnyDAC\Samples\Comp Layer\TADScript folder:

  • Main - the demo application, showing different aspects of TADScript
  • GUI - the generic SQL script execution GUI application
  • Console - the generic SQL script execution console application
What do you think about this topic? Send feedback!