Working with Queries

From InterBase
Jump to: navigation, search

Go Up to Developer's Guide


This chapter describes the TIBDataSet and TIBQuery dataset components which enable you to use SQL statements to access data. It assumes you are familiar with the general discussion of datasets and data sources in Understanding Datasets.

A query component encapsulates an SQL statement that is used in a client application to retrieve, insert, update, and delete data from one or more database tables. Query components can be used with remote database servers (InterBase XE only) and with ODBC-compliant databases.

Topics