Gerhard Froehlich wrote: > > I think we should support all SQL types: > CHAR,VARCHAR,LONGVARCHAR,NUMERIC,DECIMAL,BIT,TINYINT,SMALLINT,INTEGER, > BIGINT,REAL,FLOAT,DOUBLE,BINARY,VARBINARY,LONGVARBINARY,DATE,TIME,TIMESTAMP > That's is easy to say, but...
FYI, the SQL-92 datatypes are: INTEGER, SMALLINT, NUMERIC, DECIMAL REAL, DOUBLE, FLOAT CHAR, VARCHAR BIT DATE, TIME, TIMESTAMP, INTERVAL All the other types you mentioned are PROPRIETARY, don't waste your time implementing proprietary Oracle or Sybase constructs. Additionally I think supporting VARCHAR would be enough at first, the other datatypes can be derived from it. Ulrich -- Ulrich Mayring DENIC eG, Systementwicklung -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>