Subject | Re: [IBO] TIBOQuery slowest that TQuery (BDE). |
---|---|
Author | Jason Wharton |
Post date | 2002-01-18T15:19:23Z |
It sounds like you are using one query in order to process numerous
statements.
IBO is not optimized for this type of usage. You should write all that logic
to run in a single stored procedure and pass in whatever parameters are
needed once.
IBO is highly optimized for server centric client/server usage.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
statements.
IBO is not optimized for this type of usage. You should write all that logic
to run in a single stored procedure and pass in whatever parameters are
needed once.
IBO is highly optimized for server centric client/server usage.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com