Subject | Re: [IBO] Enhancement Request |
---|---|
Author | Andreas Pohl |
Post date | 2001-09-20T16:07:34Z |
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?
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( 'deletefrom
> ...', nil );and
> That way it will take less chatter on the network, execute more quickly
> not require an object be dynamically created.
>
> FWIW,
> Jason Wharton