Subject | Re: [IBO] Using TIB_QUERY |
---|---|
Author | Geoff Worboys |
Post date | 2001-09-16T04:18:16Z |
> isn't it so that as soon as any SQL execution is doneNo, it definitely makes a difference. I have written various batch
> within the loop, that these ByName functions become
> irrelevant in terms of performance? I mean a SQL Post,
> for example, will probably take as long as thousands
> of FieldByName's, isn't that so?
utilities in the past and it is worthwhile making the extra effort.
I dont remember if I tested all scenarios (local versus fast-network
versus slow-network) but there are significant overheads in using the
ByName functions. Obviously the results will depend on the
circumstances (how many fields, what type of fields are being posted,
how tight the loop is etc).
Geoff Worboys
Telesis Computing