Schema in DB2 .NET Data Provider

This article deals with basic connection string related to Schema in DB2 .NET Data Provider.
  • 1625
Introduction

Schema in DB2 .NET Data Provider

The connection string given below is a used for connecting to the specified schema. Schema in DB2 defines tables, fields in each table and relation between different table.  So in order to implement it use the following connection string.

Server=user_Address:myPortNumber;Database=user_DataBase;UID=Username;PWD=User_password; CurrentSchema=mySchema;

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.