How to Use IBM Informix OLEDB

This article deals with basics of connection string related to usage of IBM Informix OLEDB.
  • 3038

Basic Syntax For IBM Informix OLE DB Provider

OLE DB is basically used for accessing data from multiple sources in afine and integrated manner. Given below is a basic connection string for using IBM Informix OLE DB Provider.

Provider=Ifxoledbc;Data Source=datasource@serverName;User ID=Username;Password=Password;

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.