Link to home
Start Free TrialLog in
Avatar of lambertvenema
lambertvenema

asked on

bde / query / network performance

I am working with delphi 1, and i heve made a application which uses
paradox tables on a server. When i launch a query the network has a load
off more then 90% . When more users do this , then the normal
updatscreen gives an error and the result is damaged indexes.
do you know a solution??

thanks a lot,

Lambert Venema , Holland.
Avatar of EmmDieh
EmmDieh

This seems to be typical for a file based database.
They only support a handful of users and paradox seems
to suffer from frequent index corruptions.

I would use a client-/server database like InterBase.

Also, are you using TTable or TQuery components?

TTable's can really increase overhead.

Don
ASKER CERTIFIED SOLUTION
Avatar of jcasteel
jcasteel

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial