Delphi 2007 - ADO Components

DiG

DiG

Associate
Joined
16 Mar 2004
Posts
2,257
Hi
Downloaded and installed a trial of Delphi 2007 to see what its like, started to program a new program and all was going fine until I put an ADO Connection and 3 ADO Table components on the form, now if I run it from within Delphi (F9) then the program runs really really slowly, crawls. However if I save and close delphi, and run the program from the exe it runs at full speed! Please help!!!!
Thanks
Tom
 
You sure it's not because it is in Debug mode when running from Delphi? If it runs from the exe at full speed then I don't see a problem.

TrUz
 
I just press the green play button, always worked at College! Problem is it makes programming a pain because I can't test if what I just did works or not without finding the exe! I've found if I run without debugging its fine, still doesn't seem right that it runs slow with debugging though!
 
Back
Top Bottom