Step 1: Initialize the Borland Database Engine

<< Click to Display Table of Contents >>

Navigation:  Application development > Introduction to BDE programming > BDE Programming in Borland C/C++ > Basic procedure >

Step 1: Initialize the Borland Database Engine

Previous pageReturn to chapter overviewNext page

Initialize BDE by using the DbiInit function:

       Chk(DbiInit(NULL));

Chk is a function that handles errors returned from BDE API calls.