public java.sql.Connection makeConnection( )
throws java.sql.SQLException
Creates a new server connection. If an error occurs when opening a new connection, the method throws java.sql.SQLException.
The new server connection.
SQLException Thrown if an error occurred opening the new connection.