Delphi Examples: DbiInit

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Delphi Examples: DbiInit

Return to chapter overview

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));