solidDB Help : Programming : Using HotStandby with applications : Basic Connectivity
  
Basic Connectivity
With Basic Connectivity, the application has to take care of connecting to each server in the HotStandby (HSB) or cluster configuration separately, by using specific server addresses. If a failover happens, the active connection is lost, and the application has to reconnect to the new primary server.
Basic Connectivity uses the standard solidDB connect string syntax, see Connect strings for ODBC clients and Connect strings for JDBC clients.
See
Reconnecting to primary servers from applications
Reconnecting to secondary servers
Go up to
Using HotStandby with applications