Unidac Multithread Sample

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
bluedragon
Posts: 5
Joined: Thu 09 Feb 2012 14:44

Unidac Multithread Sample

Post by bluedragon » Mon 21 Apr 2014 11:41

hello,
good afternoon

would be possible to provide a small example of multithreading for MsSql?

Can I use the queries that are in the data module because they have parameters and macros, or have to be created again?

I was watching in the examples folder and there is nothing,
I checked the forums and the only thing I found an example for sqlite,
where the sql query has passed as string.

also required that the query was linked to a datasource, and this linked to a grid.

thanks in advanced.

azyk
Devart Team
Posts: 1119
Joined: Fri 11 Apr 2014 11:47
Location: Alpha Centauri A

Re: Unidac Multithread Sample

Post by azyk » Tue 22 Apr 2014 15:25

Hello,

Such a demo project is missing for UniDAC, but present in SDAC.

A sample of using Threads for Microsoft SQL Server can be seen in the SdacDemo demo project located in the "C:\Users\Public\Documents\Devart\SDAC for RAD Studio XE5\Demos\SDACDemo\" folder.

The full description of SDAC demo projects can be found at http://www.devart.com/sdac/docs/index.h ... s_sdac.htm .

SDAC compiled demo can be downloaded from http://www.devart.com/sdac/download.html

Post Reply