Query Thread

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
philo
Posts: 1
Joined: Sat 04 Apr 2009 12:39

Query Thread

Post by philo » Sat 04 Apr 2009 12:42

does anyone have an example of running a 'Select' query in a seperate thread using MyDAC and Delphi 7
-Thanks in advance

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Mon 06 Apr 2009 07:40

If you need to increase the perfomance on opening table you can use the FetchAll option. You can find more detailed information about this property in the MyDAC help.

Also you can look through the discussion on the similar question by the following thread: http://devart.com/forums/viewtopic.php?t=10078

Post Reply