> I was looking at the ojb core tables and their structures and came across > this XML description of the OJB_DMAP_ENTRIES table: > > <table name="OJB_DMAP_ENTRIES" description="DMap entry table"> > <column name="ID" required="true" primaryKey="true" type="INTEGER"/> > <column name="DMAP_ID" required="true" type="INTEGER"/> > <column name="KEY_OID" type="VARBINARY"/> > <column name="VALUE_OID" type="VARBINARY"/> > </table> > > For the KEY_OID and VALUE_OID columns, the type is defined as "VARBINARY". > In DB2 world, what does this translate to when I am defining my column? > Any help is greatly appreciated.
I didn't check the Torque source, but I think it's probably VARCHAR(254) FOR BIT DATA. Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
