Posted by Razvan Socol on 05/09/06 21:32
I would create a table like this: CREATE TABLE Settings ( DummyID tinyint DEFAULT (1) PRIMARY KEY CHECK (DummyID=1), MaximumImages int NULL DEFAULT (8) -- ... and other settings when needed ) INSERT INTO Settings DEFAULT VALUES Razvan
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming