TMyScript

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
maciejmt
Posts: 27
Joined: Sun 25 Apr 2010 14:14

TMyScript

Post by maciejmt » Fri 13 May 2011 20:38

Hello,

1) Property UseOptimization - What is it ?
2) Property Debug ?

AndreyZ

Post by AndreyZ » Mon 16 May 2011 09:39

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.

Post Reply