>Perhaps someone can provide a specific example of a situation where a data

aware control is a problem?<

I've had problems with record locking - when a background process is trying
to update a database that some user somewhere has left open during an edit.
That's more of an underlying database issue, but the upshot was dbaware
controls could not be used. Then there's always the problems of queries -
the drama involved in updating a record returned in a read-only result set,
and doing so in a way that is clean and intuitive to the user, and can be
accomplished in a reasonable timeframe with large databases.

Terry
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to