Is it possible to configure ODBC (windows and Linux) in such a way that I can have 2 odbc connections, each one to a different server (mssql_db1 and mssql_db2) grouped under 1 single DSN so that I can use that single DSN in an application?
then that would allow me to have redundancy (managed by the ODBC layer) and/or load balancing.
I have looked but I havent found something specific to this scenario txs a lot
ODBC does not define anything like that although individual ODBC drivers and databases do i.e., there is no generic ODBC way of doing this defined in ODBC.