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]
query like MyDac?
Re: query like MyDac?
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.
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.