Ingres in .NET

  • Thread starter Thread starter Gawel
  • Start date Start date
G

Gawel

Hajo,
is there anybody that sucsessfully used Ingres
data base together with .NET ?
Are there any native .NET drivers for this database?

thanks in advance for info

Gawel
 
Gawel said:
Hajo,
is there anybody that sucsessfully used Ingres
data base together with .NET ?

Yes, I've used Ingres from .NET.

With the Ingres odbc driver installed, you can use the following
connection string with the OdbcConnection class:

Provider=MSDASQL.1;DRIVER=Ingres;Server=<nodename>;Database=<dbname>;uid=<username>;pwd=<password>
 
Lasse said:
Yes, I've used Ingres from .NET.

With the Ingres odbc driver installed, you can use the following
connection string with the OdbcConnection class:

Provider=MSDASQL.1;DRIVER=Ingres;Server=<nodename>;Database=<dbname>;uid=<username>;pwd=<password>

Hajo, thanks for response.
And what are your feelings about using Ingers in .NET
environment? Can you mention some advatages and disadvatages?

thanks for your effort

Gawel
 
Back
Top