2 Replies Latest reply on Jun 22, 2005 6:38 AM by tbech

    How store a big file in postgresql without breaking the EJB

      Hi,

      I need to store a big file in my postgresql table using my entity bean deployed in JBOSS, what's the best way? When i try to use oid the driver says "expression of type bytea", and when i use bytea as collumn type the driver says "expression of type oid".
      What can i do?

      Thanks for any answer,

      Rogério