}
result.close();
pstmt.close();
} catch (SQLException e) {
ErrorReporter.getErrorHandler().reportError(variableName + " variable value could not be stored.",e);
throw new ConfigurationManagerException("Problem sotring variable in database. " + e.getMessage());
}
if(varoid == Long.MIN_VALUE) {
createNewVariable(confoid, variableName, variableValue);
return storeVariable(confoid, variableName, variableValue);
}