How to use IBM DB2 .NET Data Providers

This article explains how IBM .NET DB2 data providers are connect with database.
  • 1641

Introduction :

The DB2 .NET providers extends DB2 supports for the ADO.NET interface. The DB2 .NET Data Provider delivers high-performing secure access to DB2 Data

Syntax :

Server=server_add:port_num;Database=database_name;uid=user_name;Password=password;

Note : In the above syntax port number is optional.

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.