DSN-less using Ingres ODBC Driver

Connection string

This ODBC Driver for Ingres connection string can be used for connections to Ingres.

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";

Important note!
The quota " in the string needs to be escaped using your language specific escape syntax.
c#, c++   \"
VB6, VBScript   ""
xml (web.config etc)   "
or maybe use a single quota '.