*/
public void dropAndCreateDatabase(final String unitName,
final BeePersistenceProperties props) throws Exception {
final AbstractSQLExecutor exec = _execfactory.create(props);
if (null != exec) {
exec.open();
try {
exec.dropDatabase();
exec.createDatabase();
} catch (Throwable t) {
// may be tables doest not exists