Page 1 of 1
query like MyDac?
Posted: Fri 02 Nov 2012 21:31
by dragonstar
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]
Re: query like MyDac?
Posted: Mon 05 Nov 2012 10:05
by AlexP
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.