|
<< Click to Display Table of Contents >> Query functions |
![]() ![]()
|
Each Borland Database Engine (BDE) function listed below performs a query task.
Function |
Description |
Returns a property of an object. |
|
Allocates a new statement handle for a prepared query. |
|
Executes the previously prepared query identified by the supplied statement handle and returns a cursor to the result set, if one is generated. |
|
Executes a SQL or QBE query and returns a cursor to the result set, if one is generated. |
|
Executes a stored procedure and returns a cursor to the result set, if one is generated. |
|
Frees the resources associated with a previously prepared query identified by the supplied statement handle. |
|
Returns the original database, table, and field names of the fields that make up the result set of a query. |
|
Creates a permanent table from the cursor to the result set. |
|
Prepares a SQL or QBE query for execution, and returns a handle to a statement containing the prepared query. |
|
Prepares and optionally binds parameters for a stored procedure. |
|
Associates data with parameter markers embedded within a prepared query. |
|
Binds parameters for a stored procedure prepared with DbiQPrepareProc. |
|
Sets the specified property of an object to a given value. |
|
Validates a property. |