Hi,

 How does Orion handle mapping java data types to database types?

 Specifically, I'm having trouble mapping "long", with Solid and
InterBase. I've tried "decimal(20,0)" "binary(64)" and even just "integer"
as the corresponding database type, but neither database digests
these without hickups.

 Deployment goes fine, but when you try to actually create an entity with
a "long" member field, the database spews errors like

SOLID Table Error 13039: Illegal assignment from type CHAR to type DECIMAL

Invalid Conversion 
Invalid Assignment

etc.

 


Reply via email to