I recently began using Delphi again for a new project (I'm still a novice). My project involves writing to a local database, and it seems the best approach to that is to use the ADO components. Having said that, it is proving almost impossible to find a comprehensive reference to using these components (ADOTable, ADODataset, ADOQuery, etc). While it is a breeze to find code examples for (say) VB & ADO, showing the most efficient methods for adding single records, adding batches of records, editing a single record, deleting multiple records, etc, etc. There seems to be no such examples for Delphi & ADO, just a very sparse sprinkling of newsgroup postings, many of which disagree with each other on the most efficient approaches to these common tasks. The Borland guides and help are essentially the same (no comprehensive example code). Why is this? Is it because Borland would rather developers steer clear of ADO? And what can I do? Should I abandon Delphi or maybe make use of other Delphi database components? Any thoughts, URLs, etc would be much appreciated.