Subject | Re: [IBO] IBOQuery and performance problem with SP |
---|---|
Author | Jason Wharton |
Post date | 2003-05-26T23:33:20Z |
I have no idea. Does the delay show up in the SQL trace or is it something
to do with the IBOQuery component?
Jason Wharton
CPS - Computer Programming Solutions
Mesa Arizona
http://www.ibobjects.com
-- We may not have it all together --
-- But together we have it all --
to do with the IBOQuery component?
Jason Wharton
CPS - Computer Programming Solutions
Mesa Arizona
http://www.ibobjects.com
-- We may not have it all together --
-- But together we have it all --
----- Original Message -----
From: "Enrico Raviglione" <e.raviglione@...>
To: <IBObjects@yahoogroups.com>
Sent: Monday, May 19, 2003 8:07 AM
Subject: [IBO] IBOQuery and performance problem with SP
>
> Hi, i made a SP that work on 3 input parameters and return a lot of
> output fields (about 350) on a single row.
>
> I use it on FireBird 1.0.
>
> My SP work very well in IBConsole or IBOConsole (< 1 sec. and i see the
> result) but if i call the same SP with IBOQuery i need about 12 / 14
> sec. before see my result.
> I haven't define any static fields in my IBOQuery, property RequestLive
> are set to false, AutoFetchAll and FetchWholeRows are set to true.
>
> I call the same SP from IB_SQL.exe and it work very well ( < 1 sec. )
>
> Where are the problem ?
>
> Best regards,
> Enrico Raviglione.