|
ODBC DAC Pro Edition
ODBC DAC (ODBC Data Access Components) is a component set for Delphi/C++Builder to access
any database via ODBC interface directly, skipping the BDE or ADO. These easy to use components
give you the highest possible performance and allow you to use all ODBC specific features,
eliminating the distribution and configuration problems of the BDE.
This edition includes ODBC DAC Standard Edition and a set of additional components for advanced developers.
Additional components allow to use standard data controls with existing ODBC connection handles created elsewhere.
Software Information |
System Requirements |
Version: | 1.4.9 |
- Delphi5, Delphi6, Delphi7 (C++Builder5, C++Builder6 - help files (.hlp) in Delphi format only)
Tested with english version of Delphi/C++Builder
- ODBC v.3.0 or higher
- 64MB RAM
|
File Size: | 696 KB |
License: | Free to try, $101.90 to buy |
Rating: | |
ODBC DAC package contents:
- TODBCConnection - encapsulates the ODBC connection object.
TODBCConnection allows you to control the attributes and conditions of a connection to a data store.
- TODBCTable - dataset component that encapsulates a database table.
- TODBCQuery - query component is useful because it can access more than one table at a time
(called a "join" in SQL) and automatically access a subset of rows and columns in its underlying table(s),
rather than always returning all rows and columns.
- TODBCStoredProc - dataset component that encapsulates a stored procedure.
- TODBCUpdateSQL - provides an object for updating read-only datasets.
- TODBCStatement - encapsulates an ODBC statement, light-weight component
which able to return SQL statement result set in unidirectional way.
- TODBCDataSet - this a dataset component is primarily intended for use with SQL SELECT statements.
- TODBCCatalogFunc - inherited from TDataSet, allows to link standard Data Controls
with ODBC catalog function result set.
- TODBCCatalogStatement - light-weight variant of TODBCCatalogFunc inherited from TODBCStatement class.
- TODBCQueryEx - typical query component but operate with an existing ODBC connection handle directly without any connection component.
- TODBCStatementEx - analogue of TODBCStatement but operate with an existing ODBC connection handle directly without any connection component.
- TODBCCatalogFuncEx - analogue of TODBCCatalogFuncEx but operate with an existing ODBC connection handle directly without any connection component.
- TODBCCatalogStatementEx - analogue of TODBCCatalogStatement but operate with an existing ODBC connection handle directly without any connection component.
- TODBCEnvironment - encapsulates an ODBC environment. Provides global management of a group of database connections within an application.
- Full ODBC API in Object Pascal (in version with sources only).
Tested with:
- DB2 (IBM DB2 ODBC DRIVER 8.01.00.36);
- Informix (INFORMIX 3.34 32 BIT);
- Informix (IBM INFORMIX 3.82 32 BIT);
- Interbase (Easysoft);
- Interbase (Gemini IBGEM20.DLL);
- MS Access (Microsoft Access Driver 4.00.6205.00);
- MS SQL (Data Direct 4.2 SQL Server);
- MS SQL (Data Direct 4.2 SQL Server Wire Protocol);
- MySQL (MySQL ODBC 3.51);
- Oracle (Data Direct 4.2 Oracle Wire Protocol);
- Oracle (Microsoft ODBC for Oracle 2 575.1022.00);
- Paradox (Microsoft Paradox Driver 4.00.6205.00);
- SAP DB (SAP DB 7.4.03.00).
|