The Driver.connect method should return null when the JDBC URL is inappropriate for the driver instead of throwing an exception. In multi-database environments, this will prevent the DriverManager from connecting to any databases registered after c-tree. The logic has been corrected to return a NULL if the URL is unacceptable.