Hi, We have an application running OJB on Oracle 8i / 9i, HsqlDB and MSDE. As we add functionalities we now have to include large binary object (actually to store pdf content).
My problem, is that I do not want to have mapping files depending on the database. The application is working for Oracle, using a Blob column, mapped on Blob Jdbc-type. But it seems it cannot work with HsqlDB, but I can deal with that if not possible (HsqlDB is actually our dev database). But I definitly need to have this feature available with MSDE. So what MSDE column data type should I use, mapped on which jdbc-type. Of course the mapping file should be the same for MSDE and Oracle. I am using OJB 1.0.3 Jacques Desmazieres --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
