How to connect to ODBC driver for Ingres

This article explains the commands used to connect to ODBC driver for Ingres.
  • 3337

Introduction

ODBC is a specification for standardized  application interface. The Ingres ODBC drivers enables ODBC-enabled applications to access Ingres, Enterprise Access and EDBC databases. Connection string used to connect to ODBC driver for Ingres in .NET Framework is given below.

DRIVER=Ingres;SRVR=xxxxx;DB=xxxxx;Persist Security Info=False;Uid=user_name;Pwd=password;SELECTLOOPS=N;Extended Properties="SERVER=xxxxx;DATABASE=xxxxx;SERVERTYPE=INGRES";

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.