RAD Studio VCL Reference
|
TIBQuery executes an InterBase SQL statement.
TIBQuery = class(TIBCustomDataSet);
class TIBQuery : public TIBCustomDataSet;
Use TIBQuery to access one or more tables in a database using SQL statements. The TIBQuery component provides a read-only dataset, and adapts well to the InterBase client/server environment. To update the result set that TIBQuery represents, use this component in conjunction with a TIBUpdateSQL component.
Query components are useful because they can
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|