Properties connectionProperties = new Properties();
// Enable wide column support
connectionProperties.put("JCONNECT_VERSION", "6");
return new VendorDriverDataSource(repositoryType.getDriverClassName(),
getDriverSpecificURL(configuration),
connectionProperties, JDBCDriverVendor.SYBASE);
}