Ulrich, >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. > That's probably good advice. The mappings between those and normal Java objects are mostly quite good.
- Paul -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
