Introduction to Ingres

This article explains the commands related with Ingres.
  • 1848

Introduction

Ingres is the Relational database management system. It is open source and intended to support large government and commercial application. Ingres also provides a CLI interface that removes the requirement of driver manager.

Syntax

Provider=MSDASQL;DRIVER=Ingres;SRVR=xxxxx;DB=xxxxx;Persist Security Info=False;Uid=myUsername;Pwd=myPassword;SELECTLOOPS=N;Extended Properties="SERVER=xxxxx;DATABASE=xxxxx;SERVERTYPE=INGRES";

Note - The above connection string can not use DSN.

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.