Hello,
1) Property UseOptimization - What is it ?
2) Property Debug ?
TMyScript
-
AndreyZ
Hello,
1) The UseOptimization property is used to divide small queries into blocks for block executing (if possible).
2) The Debug property is used to display the script execution and all its parameter values. Note that to enable debug window, you should explicitly include the MyDacVcl unit to your project.
For more information please read the MyDAC documentation.
1) The UseOptimization property is used to divide small queries into blocks for block executing (if possible).
2) The Debug property is used to display the script execution and all its parameter values. Note that to enable debug window, you should explicitly include the MyDacVcl unit to your project.
For more information please read the MyDAC documentation.