query like MyDac?

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
dragonstar
Posts: 19
Joined: Sat 18 Apr 2009 21:02

query like MyDac?

Post by dragonstar » Fri 02 Nov 2012 21:31

Can someone famalier with Odac and Mydac tell me if the odac query component works the same as the mydac one as in by setting the update table property it can be used as a TTable via methods such as .edit and .post?


Darrel Christenson
[email protected]

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: query like MyDac?

Post by AlexP » Mon 05 Nov 2012 10:05

Hello,

The TMyQuery and TOraQuery components use the UpdatingTable property value for automatic generating INSERT/UPDATE/DELETE queries to the table specified in this property, both components work in the similar way. In TTable, as well as in our table components (TOraTable, TMyTable), there is no such property, data modify queries are generated for the table specified in the TableName property.

Post Reply