OLE DB provider in IBM i Series

This article deals with connection string related to OLE DB provider in IBM i Series.
  • 1690
Encapsulating OLE DB provider

The connection string given below encapsulates the OleDbConnection class which calls the  OLEDB provider. To use this in your program use the following connection string.

Provider=IBMDA400;Data Source=USER_SYSTEM_NAME;User Id=Username;Password=User_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.