Subject | Re: [IBO] How to edit a numeric field? |
---|---|
Author | mirco@intellitec.de |
Post date | 2001-08-20T12:43:12Z |
The colum is not calculated. The table is as follows:
CREATE TABLE Assay (
assayID DOUBLE PRECISION NOT NULL,
assayNo CHAR(10),
name CHAR(30),
assayCategoryID DOUBLE PRECISION,
displayPos INTEGER
);
The query is SELECT * from ASSAY
where DISPLAYPOS is the field causing problems...
CREATE TABLE Assay (
assayID DOUBLE PRECISION NOT NULL,
assayNo CHAR(10),
name CHAR(30),
assayCategoryID DOUBLE PRECISION,
displayPos INTEGER
);
The query is SELECT * from ASSAY
where DISPLAYPOS is the field causing problems...