Hi,
I have two Queries to insert the values into Database, QueryA-->Insert Data to TableA, QueryB-->Insert Data to Table B.
both QueryA and QueryB are executed in one button click, Procedure TForm1.Button1Click(Sender:TObject);
now i would like to create threads for both
query and shows the update in progressbar after Button1Click, i was trying since a long time, but still not sucess
could you please help me?