{
log.warn("Exception in trying to establish connection to " + databaseName + " : " + ex.getLocalizedMessage(), ex);
}
if (_databaseName == null)
{
_databaseName = new PlatformUtils().determineDatabaseType(dataSource);
if (_databaseName == null)
{
throw new DatabaseOperationException(
"Could not determine platform from datasource, please specify it in the jdbc.properties via the ddlutils.platform property");
}