Subject RE: [IBO] 'Fetching Query Results'
Author Thomas Steinmaurer
Dion,

> I get this message in a dialog box when appending to a dataset. Is there a
> setting I must change?

I hope, I'm not completely wrong here, but Append inserts a new record at
the *end* of the entire record set and therefore fetches all records to the
client. You'd better using the Insert method instead of Append.

If you want to suppress the fetching dialog, then enter set the CallbackInc
property to -1.

Regards,
Thomas Steinmaurer
IB LogManager 2.1 - The Logging/Auditing Tool for InterBase and Firebird
http://www.iblogmanager.com

>
> Thanks,
> Dion.
>
>
>
>
> ___________________________________________________________________________
> IB Objects - direct, complete, custom connectivity to Firebird or InterBase
> without the need for BDE, ODBC or any other layer.
> ___________________________________________________________________________
> http://www.ibobjects.com - your IBO community resource for Tech Info papers,
> keyword-searchable FAQ, community code contributions and more !
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>