HCL OneDB .NET Core Provider examples

This section contains short examples that demonstrate the use of particular objects or show how to perform particular database tasks. The examples are short, in order to enhance clarity.

Therefore, they do not represent real-world, full-size applications. All of these example are assumed to be in console applications written in the C# language. They all assume that you have already imported the Informix.Net.Core namespace by including this directive in the program:
using Informix.Net.Core;

Many of the examples use one of the sample databases that are included with HCL OneDB™ database servers. The sample databases used are stores_demo and superstores_demo. Instructions on how to create these databases are in the HCL OneDB DB-Access User's Guide.