Hi,
How do I use TBackgroundWorker when querying a Database using an SQL statement when the queries takes too long to complete. I've seen a sample program but it opens the table on a per record where the TBackgoundWorker is used to track the progress of the While not end of File. But how do I use it when I only issue an SQL statement?
Any idea how to do it? Thanks .