Delphi 2005 freezes where entering a sql line

94 Views Asked by At

I've a problem that I'm not able to solve.

I've a project in delphi 2005 and I created a form by copying an old one, editing its name and programming the changes I want.

The application works fine, but when I'm writting source code and I enter into a line with

adoquery1.sql.add(blah, blah, blah);  // just an example

it freezes during a few seconds and the bds proccess uses 25% of the cpu. It happens only on this form and I don't know why.

Any hint?

0

There are 0 best solutions below