Page 1 of 1

IBDac commands missing from Unidac ?

Posted: Wed 09 Sep 2020 21:29
by luapfr
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.

Re: IBDac commands missing from Unidac ?

Posted: Fri 30 Oct 2020 14:29
by oleg0k
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