How to Use Informix-CLI

This article deals with basics of connection string related to usage of Informix-CLI.
  • 1614

Introduction

Informix-CLI 2.5G is another product by IBM having features useful for many applications. Given below is a basic connection string that can be used for Informix-CLI 2.5.

Driver={Informix-CLI 2.5 (32 Bit)};Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword;
 
Further Readings

You may also want to read these related articles.

Ask Your Question

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.