IBDac commands missing from Unidac ?

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
luapfr
Posts: 37
Joined: Thu 11 Apr 2013 13:11

IBDac commands missing from Unidac ?

Post by luapfr » Wed 09 Sep 2020 21:29

I'm giving an analysis in Unidac but I realized that some things don't exist like for example these commands

Query.Plan
Query.RowsDeleted
Query.RowsUpdated
Query.RowsInserted
Query.RowsFetched

Is there anything similar in TUniQuery ?

Thankful.

oleg0k
Devart Team
Posts: 190
Joined: Wed 11 Mar 2020 08:28

Re: IBDac commands missing from Unidac ?

Post by oleg0k » Fri 30 Oct 2020 14:29

Hello,

UniDAC is a universal set of components, which implies that it has certain functions, properties, and capabilities that are common to all major database systems; however, it doesn't offer capabilities that are specific to individual database systems, e.g., Plan. You can use the RowsAffected property instead of RowsDeleted, RowsUpdated, and RowsInserted.

wbr, Oleg
Devart Team

Post Reply