Question
Error while loading entity ORM
entityLoad('Account') throws this error,
Error while loading entity
java.sql.SQLException: [Macromedia][Oracle JDBC Driver]Numeric overflow.
However entityLoad('Account',1) returns the proper record.
I am using oracle 10g as a datebase.
Is this a bug with oracle? entityLoad('Account') should return all my accounts.
