How to connect DBMaker ODBC driver

This article describes the connection string used to connect to DBMaker ODBC driver in .NET framework.
  • 2371

Introduction

ODBC stands for Open Database Connectivity. It is used for accessing database. It is based on the Call-Level Interface (CLI) and uses Structured Query Language (SQL) as its database access language. The connection string used to connect to DBMaker ODBC driver have Data source name, User id and Password. The connection string is given below.

Syntax

DSN=server_add;UID=user_name;PWD=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.