Description
- Standard
- Professional

Version History
FAQ
Download Trial
Order

ODBC DAC Standard Edition

Standard Edition includes a set of typical database components which cover all functionality to operate with ODBC interface.

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.

  • 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)