We are trying to use Jakarta OJB in conjunction with SAPDB. I am wondering how to map a Java type "long" to the sapdb. The Type "bigint" which is defined as the JDBC equivalent for long (see http://jakarta.apache.org/ojb/jdbc-types.html) is apparently not supported by SAPDB.
There is a type called fixed which might be usable here. Maybe fixed(20.0) since fixed (10.0) corresponds to int ??? If so, how does this fixed type map to a JDBC type, which type is it ?? Thanks for any help Ruediger Weiss _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
