How to use IBM OLEDB provider for DB2

In this article I will explain how to use IBM OLEDB provider for DB2.
  • 2035

Introduction

IBM OLEDB Provider for DB2 enables OLEDB consumers to access data on a DB2 database server. These OLEDB consumers can also access data on a host DBMS. Connection string used to connect it with data source through TCP/IP connection is

Provider=IBMDADB2;Database=database_name;Host Name=server_add;Protocol=TCPIP;Port=50000;uid=user_name;Password=password;

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.