Diamond Access is a set of Delphi components, that provide high-speed performance when working with Microsoft's Access databases. Diamond Access uses Data Access Objects 3.5 (DAO) to work directly with Jet engine, providing fastest possible interface
Diamond Grid is an extension of TDBGrid, that provide a lot of new featureswithout huge overhead.Key features: - Multiline titles - Incremental search - Columns footers or total grid footer - You can using your controls for edit data in grid! -
Delphi 6 introduces dbExpress - a cross-platform, database-independent and an extensible interface that provides a set of methods for dynamic SQL processing. dbExpress serves as the next generation data-access layer for Kylix, Delphi and C++
TMetadata 2000 component allows to create an Access databases from your program and even at the design time. It's main goal is to store database structure, which could be loaded from the existing database at the design time. It also can restructure t
Delphi Paradox and DBASE databases creation and restructuring component. It can create or restructure tables, indexes from your program and even at the design time. Database structure is stored in component's property and can be loaded from the exist
A Practical Comparison of ADO and ADO.NET - Part II is an article in which the author compares the recordset of ADO with the Rowset of the ADO.NET. The rowset of the ADO.NET belongs to the OleDbDataReader and SqlDataReader classes. Using Recordset yo
ADO to ADO.NET is a tutorial which explains you to access the records of the database using the objects of both ADO and ADO.NET. ADO helps you to access the database through OLE DB and ODBC connectivity. ADO.NET is specifically designed for accessing
A Quick Comparison of ADO and ADO.NET - Part I is an interesting article in which the author discusses about the difference between ADO and ADO.NET. ADO 2.x contains 9 classes to perform various database operations. But in ADO.NET you have two classe
Basic Database Operations using ADO.NET is a tutorial which gives you a brief summary about the ADO.NET. ADO.NET is designed for the .NET framework which is used to access the database. This tutorial gives you an explanation about the various ADO.NET
All You Need To Know About ADO.NET: Part 1/2 is an article which discusses about the database access methods. In this the author gives you some information about the RDO, ADO and ADO.NET mechanism which is used for retrieving data. ADO.NET is provide |