ArrayDML

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
JensFudge
Posts: 55
Joined: Mon 12 Jan 2009 08:37

ArrayDML

Post by JensFudge » Mon 05 Aug 2019 12:53

Hi,

Does UniDAC support ArrayDML?
I am targeting a SQL Server, and the application I am messing with has a lot of Insert Into's and Update statements.

So I would like to use ArrayDML if possible. Do you have an example?

Thanks

Jens Fudge

Stellar
Devart Team
Posts: 496
Joined: Tue 03 Oct 2017 11:00

Re: ArrayDML

Post by Stellar » Thu 08 Aug 2019 08:02

UniDAC supports Batch Operations. In this mode, you can insert, update, or delete data arrays.
You can find out more about Batch Operations in our docs:
https://www.devart.com/unidac/docs/batchops.htm

JensFudge
Posts: 55
Joined: Mon 12 Jan 2009 08:37

Re: ArrayDML

Post by JensFudge » Tue 20 Aug 2019 07:35

Thanks Stellar,

That was exactly what I was looking for.

Kind Regards
Jens

Stellar
Devart Team
Posts: 496
Joined: Tue 03 Oct 2017 11:00

Re: ArrayDML

Post by Stellar » Fri 23 Aug 2019 07:33

Thank you for the interest in our products.
Please contact us if you have any questions about our products.

Post Reply