Page 1 of 1

Help with multithread

Posted: Fri 27 Jun 2008 14:43
by brace
Hi.

I need to create a simple "db load" benchmark application that simulates many users connecting to the db and running queries.

I don't want to display the data in any table.

I would like just to add a string in a memo to say "User X Query completed", just to keep track of how things go.

I just need to do Query.Open and then log a line in the memo.

I need a connection per query.

Does anyone can provide me the code for this simple program?

I use Delphi 7 with SDAC 3 (last build).
Thanks.

Posted: Tue 01 Jul 2008 10:48
by Antaeus
SDAC includes the Performance demo. It is intended to test the performance of SDAC. Unfortunately, there is no other similar demos in SDAC.