Help with multithread

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
brace
Posts: 227
Joined: Wed 14 Feb 2007 08:26

Help with multithread

Post by brace » Fri 27 Jun 2008 14:43

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.

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Tue 01 Jul 2008 10:48

SDAC includes the Performance demo. It is intended to test the performance of SDAC. Unfortunately, there is no other similar demos in SDAC.

Post Reply