DSN with ODBC

In this article I will explain How to use DSN with ODBC.
  • 1219

Introduction

It is used to describe a connection for a data source

DSN for System 

DSN=myDsn;Uid=myUsername;Pwd=;


DSN for file
 

FILEDSN=c:\myDsnFile.dsn;Uid=myUsername;Pwd=;


Bridging to ODBC DSN

 

DSN=myDsn;Uid=myUsername;Pwd=;


You may also want to read these related articles :
here

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answer here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.