>> > > I wouldn't completely replace the current .ini configuration files > with a database -- I think there's real value in being able to > change some settings without the server running. Agreed, there are certain classes of configuration data you'd want in a database and others you'd want in an ini. Whether you want to easily replicate it is probably a good guide where it should go... Cheers Simon