Subject | Re: [IBO] Interbase/IBO very slow ? |
---|---|
Author | slsolutions2002 |
Post date | 2002-02-13T16:03:49Z |
--- In IBObjects@y..., Daniel Rail <drail@n...> wrote:
day.
Geno
> At 13/02/2002 10:17 AM, you wrote:am
> >Hello:
> >
> >I have a number of applications written in Delphi 5 / Paradox. I
> >converting to Delphi/Interbase/IBO. Problem is the database accessexample
> >is considerably slower. Given I have minimal experience with
> >Interbase/IBO/SQL I assume that the problem is more my convertional
> >way of accessing the database i.e. query.insert ... query.post,
> >query.locate..query.edit..query.post. Can someone give me an
> >of how to properly do inserts, updates, and locate.to see if
> Are you using RequestLive for your queries? If so, maybe try using
> RequestLive:=False and use IBO's query editor to set up your
> statements(insert, update and delete). When doing a locate, look
> you have an index on the fields that you are querying, and ifpossible add
> indices for those fields that you use in the Locate method. Andalso,
> where possible(if not attached to visual components in your case),replace
> TIBOQueries with TIB_Query or TIB_Cursor and if only doing anupdate,
> insert or delete, use TIB_DSQL for the statements. I know thatthis can be
> a tedious task if your application is big(I talk of experience).my boss
>
> One thing that I found out was to experiment until you find a good
> balance(perfect is hard to achieve).
>
> I hope this helps you get started. Your reaction was the same as
> when we first made the transition 1.5 years ago for the softwarethat we
> sell. And, now he couldn't possibly image using Paradox for theYou wont
> application. Also, it's very stable in a multi-user environment.
>
> Also, to add, you did make an excellent choice by going with IBO.
> regret it. I know we didn't.Thanks much! Will give your suggestions a try. You also have a nice
>
> And don't hesitate to ask more questions.
>
> Have a nice day.
>
>
> Daniel Rail
> Senior System Engineer
> ACCRA Group Inc. (www.accra.ca)
> ACCRA Med Software Inc. (www.accramed.ca)
day.
Geno