'IBMDADB2' provider is not registered on the local machine.

MorrisPS

Member
Joined
Jul 29, 2008
Messages
5
Programming Experience
10+
Good Afternoon,

I have multiple (20~30) vb6 apps that are using oledb to connect to DB2. When i created an VB.net 2005 application it generates the following error:

'IBMDADB2' provider is not registered on the local machine.

The provider is installed and functioning correctly.

This is the connection string.
Provider=IBMDADB2.1;Persist Security Info=False;User ID=USERID;Password=PWD;Data Source=DB2;Location=SRV_NAME:pORT;Mode=ReadWrite
 

Latest posts

Back
Top