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.
IBDac commands missing from Unidac ?
Re: IBDac commands missing from Unidac ?
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
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