Subject Re: [IBO] Enhancement Request
Author Andreas Pohl
Jason,

I wasn't aware of it but usualy I need some result sets for lookups or value
validation. Is there a "mystic" call, too?

> #2 would be easier if you just called MyQuery.ExecuteImmediate( 'delete
from
> ...', nil );
> That way it will take less chatter on the network, execute more quickly
and
> not require an object be dynamically created.
>
> FWIW,
> Jason Wharton