|
Posted by Robert Klemme on 05/31/07 11:35
On 31.05.2007 10:21, info@vanoordt.nl wrote:
> Robert, it does make sense and the schema is build dynamically.
If you say so... To me this rather sounds like a case for
CREATE TABLE PARAMETERS (
item INT NOT NULL,
parameter_name VARCHAR(20) NOT NULL,
parameter_value INT NOT NULL,
PRIMARY KEY (
item,
parameter_name
)
)
Of course I don't know all the details...
Kind regards
robert
[Back to original message]
|