Basic Procedure for Application Development

From InterBase

Go Up to Programming with the InterBase API


The basic steps in application development using the InterBase client are:

  • Choose a development platform. InterBase client libraries are available for Microsoft Windows, Linux, and proprietary UNIX systems.
  • Code the application in C or C++.
  • Compile and link the application.
  • Test and debug the application.
  • Deploy the application on the production client platform.

Advance To: