.NET Data Provider version 2.1.
xxxx.24, where
xxxx is 930, 1000, or 1010, introduced in Ingres 9.3, provided the ability to target the Multiple Data Access Servers functionality added in Ingres 9.3. A .NET Data Provider client may target a connection to multiple Data Access Servers by providing a list of ports in the IngresConnection.ConnectionString connection :
Code:
"Host=myserver;Port=port_id, {,port_id};UserID=myuserid;Pwd=mypwd;Database=mydb;"
or
Code:
"Host=myserver:port_id{,port_id};UserID=myuserid;Pwd=mypwd;Database=mydb;"
...