Posted by fingermark on 05/09/06 21:59
Thanks.
Razvan Socol wrote:
> 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
Navigation:
[Reply to this message]
|