TDADODataSet, TDTable, TDQuery, TDUpdateSQL, TDMaster - are native components for Delphi 4.x to access databases across Microsoft ActiveX Data Objects. DUtils unit utility functions. Highlights:TDataSet descendant, and support all data-aware components.You can access all type of datasource supported by MS-ODBC and MS-ADONo distributing, installing and configuring the BDE and ODBC;You can use any Delphi4 version (Desktop and other) to develop Client/Server applications;The TDADODataSet enhanced some extra features, so you can provide extra comfort for the user easily:Fast Sorting featuresSearching (incremental and full)Extended Filter functionsColor FiltersExport functionsFill functionsEnviroment load and save in StreamHandles sub-tables in backgroundetc...