Contents Index Introduction Running the SQL preprocessor

ASA Programming Guide
  Embedded SQL Programming
    Introduction

Development process overview


Overview of the embedded SQL development process

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

For Windows, there are separate import libraries for Watcom C/C++, for Microsoft Visual C++, and for Borland C++.

Using import libraries is the standard development method for applications that call functions in DLLs. Adaptive Server Anywhere also provides an alternative, and recommended method which avoids the use of import libraries. For more information, see Loading the interface library dynamically.


Contents Index Introduction Running the SQL preprocessor