[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss CMP and Blob fields

lafr do-not-reply at jboss.com
Sun Oct 29 16:48:14 EST 2006


This is not an jboss problem but an informix config problem.
To store blobs in informix you'll have to define on table creation in which dbspace the blob should be placed. If not giving the info, a config parameter will be used (SBSPACENAME).
I prefer to use byte instead of blob. Data for byte is stored in the dbspace where the table/database lives.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981629#3981629

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981629



More information about the jboss-user mailing list