Informix .NET 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 IBM.Data.Informix namespace by including this
directive in the program:
using IBM.Data.Informix;
Many of the examples use one of the sample databases that are included with HCL Informix® database servers. The sample databases used are stores_demo and superstores_demo. Instructions on how to create these databases are in the IBM® Informix DB-Access User's Guide.