|
<< Click to Display Table of Contents >> Delphi Examples: DbiInit |
![]() ![]()
|
Initialize BDE with default values.
If you have any of the "Data Access" or "Data Controls" VCL components in your project, you should not directly call DbiInit in a Delphi application Those components will automatically call DbiInit.
If you are not using VCL database components, then the following code shows how to initialize the BDE with default values:
Check(dbiInit(nil));