 | |
TaoADODataSet Limitations
Oh yes, TaoADODataSet has limitations. By no means is it a cure-all to your database
woes. It is not even a full replacement of the TTable (but it works just fine as a TTable
replacement for me). Some things that should be kept in mind:
 | It does not support FilterOptions. |
 | The Locate method does not fully support TLocateOptions. The [loCaseSensative]
enumeration has no immediate correspondence in ADO. |
 | The Locate method is a good deal slower than a SQL search; this makes lookup boxes a
little slower than normal (however, the Lookup method makes up for it in sheer speed). |
 | No support for constraints |
|