sStatement.execute("SET WRITE_DELAY " + writeDelay);
sStatement.execute("SHUTDOWN");
cConnection.close();
props.load();
props.setProperty("hsqldb.cache_scale", "" + cacheScale);
props.save();
cConnection = DriverManager.getConnection(url + filepath,
user, password);
sStatement = cConnection.createStatement();
}