public void setClientInfo(String name, String value)
throws SQLClientInfoException{
Properties p = FailedProperties40.makeProperties(name,value);
try { checkForClosedConnection(); }
catch (SqlException se) {
throw new SQLClientInfoException
(se.getMessage(), se.getSQLState(),
new FailedProperties40(p).getProperties());
}
if (name == null && value == null) {