Product Documentation

FairCom mtProFairCom SDK

FairCom mtPro

Previous Topic

Next Topic

FairCom SDK

The FairCom Database Engine Server SDK is a powerful way to meld your performance-sensitive application code directly into the c-tree server. The Server SDK allows you to customize and tailor the FairCom Database Engine in ways unavailable with any other database technology.

  • Directly link the FairCom Database Engine to your application for outstanding performance.
  • Custom callback functions can be tailored to execute precisely when you need them.

Key source code modules are exposed allowing a developer to modify particular operational aspects of the server. For example, custom sort routines, I/O routines, and communication libraries are all available for expansion. You can even add custom server startup and shutdown functionality.

For more information, see Customize Core Server Functionality in the FairCom DB Developer's Guide.

sdk

Server SDK Options

  • FairCom DB ISAM Database Server - Build a customized navigational database engine as a standard executable process. This is the traditional ISAM client/server model of the FairCom Database Engine. You can include your own server customizations directly in the server executable process.
  • FairCom DB SQL Database Server - Build a customized relational database engine as a standard executable process. This is the client/server model of the SQL FairCom Database Engine. You can include your own server customizations directly in the server executable process.

TOCIndex