RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBXSQLDA Class

TIBXSQLDA provides properties and methods for use with the IBSQL component.

Pascal
TIBXSQLDA = class(TObject);
C++
class TIBXSQLDA : public TObject;

Use a TIBXSQLDA object to provide properties and methods for use with the IBSQL component. 

All Dynamic SQL (DSQL) applications must declare one or more extended descriptor areas (XSQLDAs). The XSQLDA is a host language data structure that DSQL uses to transport data to or from a database when processing an SQL statement string. There are two types of XSQLDAs: input descriptors and output descriptors. Both input and output descriptors are implemented using the XSQLDA structure. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!