Subject Re: [IBO] Big Batch...
Author Admin
Luiz -

I looked in the code explorer under classes and procedures(there
weren't any) and in the help system for beginbusy and endbusy, but
couldn't find any references. Where are those procedures referenced or
documented?

DK

Luiz Alves wrote:
>
> As Geoff shows, you need Prepare dsql one time and make a statical reference
> to the parameters.
>
> So, this lines are very importants:
>
> dsql.Prepare;
> tmpCol := dsql.ParamByName( 'SYMBOL' ); {here you create a reference to
> the "SYMBOL' parameter and it saves time when using this parameter later.}
>
> The use of BeginBusy and EndBusy methods of the transaction also can help
> to speed up.
>
> Luiz.

[Non-text portions of this message have been removed]