C# developers
Overview for using FairCom products as a C# developer
Installation and error codes
The General information section provides information that applies to all products.
Section | Description |
---|---|
Quick and advanced installation guides. | |
Complete list of FairCom error codes. |
JSON APIs for C#
FairCom's JSON DB APIis optimized for easy management of all data processing for microservices and n-tier applications.
Section | Description |
---|---|
Guide for using the JSON DB API. | |
Reference guide to use the JSON DB API. | |
jsonAction API | Core JSON API pattern that is used in FairCom APIs. |
SQL for C#
FairCom’s SQL engine is ANSI-standard. It makes it easy and fast to modify and query data.
Section | Description |
---|---|
Tutorials for using FairCom's Windows and Linux ODBC driver with FairCom DB. | |
Guide for using SQL with FairCom DB. | |
Language elements that are common to many FairCom DBSQL statements. | |
Guide for using the full text search. | |
Tutorial for using the C# to implement SQL stored procedures in FairCom DB. | |
Guide for using Java and C# to implement SQL stored procedures and triggers. | |
Tutorials for using FairCom's interactive SQL command line utility (iSQL). | |
Guide for automating database operations using FairCom's iSQL command line utility and for importing and exporting data using variable-length and fixed-length flat files — such as CSV. | |
Explanation for configuring and troubleshooting ODBC for FairCom DBSQL. | |
Advanced FairCom SQL features, options, and utilities. | |
Complete list of SQL error codes. |
Record Buffer APIs for C#
FairCom provides advanced APIs that control all aspects of data processing. They allow you to build solutions that are unrivaled in capability and performance because they allow your code to directly control all aspects of the FairCom DBengine. These APIs retrieve record buffers from disk or cache and directly load them into application memory. This approach is exceptionally fast and works best for applications that run on the same computer as the FairCom DB server.
Section | Description |
---|---|
Tutorials for working with record buffers using the JTDB API. | |
Guide for using the c-treeDB API in C#. | |
Guide for using the full text search. |