|
From: <ek...@ba...> - 2003-04-03 23:00:41
|
Bruce, Is the SqlConfig.setString( ) ever called from anywhere except SqlConfigService? If not, I would like to remove the first line of SqlConfig.setString( ), which is: service.setString(this.getName(), name, value); which gets called from SqlConfigService.getConfig( ) to update the internal hashmap with the value read from the database. To include the line above means that immediately after reading the key/value from the database, it will go back to SqlConfigService and call setString( ), which will delete the same row and then re-insert the row. Agreed? Erik |