Link to home
Start Free TrialLog in
Avatar of UrosVidojevic
UrosVidojevicFlag for Serbia

asked on

Delphi DB problem

     I have one problem with Delphi. When I work with some Access data base, and when I run the program it waits about 2-5 minutes until it begin to works, also operations with records are very slow. I hadn't this problem before. I have also noticed that from the moment when I run the program to moment when it begins to work file c:/sgl.log is growing. Does anybody can help me?
Avatar of ToadStools
ToadStools

Do you use ODBC ? Or do you open the file directly ?
What component do you use ?
Delphi...... it's good but what version ?

Thx for adding somes details!
Avatar of UrosVidojevic

ASKER

I use:

- TTable
- TDataSource
- TDBGrid...

In Delphi 6.  I opened the data base with Delphi program.

Maybe  I must reinstall Delphi, because few days ago it worked OK with this data base?
ASKER CERTIFIED SOLUTION
Avatar of RDWilson2
RDWilson2

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
OK, thank you, now I use TADOTable, and it works better.
And the points? ;-)