Description of MSADODAC :
MSADODAC is MSSQL BDE replacement for Delphi 4-6/C++Builder 5/ADO. This components set allows to create Delphi 4-6 and C++Builder 5 applications with direct access to MSSQL DB without BDE and ODBC using ADO.
BLOB fields are supported.
L Demo project is included into distributive. L MSADODAC support newsgroup: aaanews://support.microolap.com/microolap.support.msadodac
Main features:
aaaL Full multiple resultset support; aaaL Multiple resultsets compatible with third-party data-aware controls; aaaL Flexible methods to work with multiple resultsets (allows to switch, clone, detach separate recordsets); aaaL Works correctly with SQL-requests that doesn't return resultset (instead of TQuery that raises exception); aaaL Query component can act as a memory table; aaaL High-speed - 2-3 times faster than BDE; aaaL Client-side sorting; aaaL Can sort on several (or all) fields in dataset; aaaL Has own buffer to store and edit data (without table blocking); aaaL Support cached updates (a la BDE TUpdateObject); aaaL Allows to restrict maximum number of records returned by request; aaaL Automatically retrieves types of parameters for SQL-queries in design-time. aaaL Automatically retrieves number, names, types and directions of stored procedures parameters in design-time; aaaL Supports stored procedures output parameters; aaaL Can make resultset read-only (automatically disables edit features in data-aware controls); aaaL Supports filtering.