BDE Object Methods

Applies to TestComplete 15.63, last modified on April 23, 2024
Accessing databases by using the Borland Database Engine (BDE) is deprecated. Do not use it to create new tests. It will be removed from the product in one of the future releases. As an alternative, you can access databases by using the Microsoft Active Data Object (ADO). See Using ADO Components.

The BDE object contains the following methods:

Method List

Name Description
CreateDatabase Creates a new object of the IAQADatabase type (an analogue of the VCL TDatabase type).
CreateQuery Creates a new object of the IAQAQuery type (an analogue of the VCL TQuery type).
CreateStoredProc Creates a new object of the IAQAStoredProc type (an analogue of the VCL TStoredProc type).
CreateTable Creates a new object of the IAQATable type (an analogue of the VCL TTable type).
GetDatabase Returns an existing database (IAQADatabase) by its name.

See Also

BDE Object

Highlight search results