Development Process Overview

Overview of the embedded SQL development process.



    Overview of the embedded SQL development process.

Once the program has been successfully preprocessed and compiled, it is linked with the import library for DBLIB to form an executable file. When the database server is running, this executable file uses DBLIB to interact with the database server. The database server does not have to be running when the program is preprocessed.

For Windows, there are 32-bit and 64-bit import libraries for Microsoft Visual C++. The use of import libraries is one method for developing applications that call functions in DLLs. However, it is recommended that the library be dynamically loaded, avoiding the use of import libraries.