0
(click on this box to dismiss)
How to add alternative hosts to a connection string in ADO.NET?
In CUBRID it is possible to indicate alternative hosts (brokers) in the connection string as a measurement for broker fail-over. JDBC manual provides an example for this.
However, I could not find a way to pass alternative hosts to ADO.NET connection string. How can I do this?
1
Answer
asked last year
viewed 713 times