RE: OJB + Oracle BLOB

2003-10-03 Thread Carlos Henrique Leclerc De Oliveira
Hi Ohara, I have one... I will send to list ok... In this example, I am using only PersistenceBrokerFactoryIF to get connection and then I use pure JDBC to store and retrieve BLOB fields. This solution can store more than 4k using oracle thin driver for 8i. The oracle thin driver have a bug

RE: ojb and mssql and clob

2003-09-30 Thread Carlos Henrique Leclerc De Oliveira
do work good for me (except for the memory-usage) with a MySql-database. Regards Roland - Original Message - From: "Carlos Henrique Leclerc De Oliveira" <[EMAIL PROTECTED]> To: "'OJB Users List'" <[EMAIL PROTECTED]> Sent: Friday, September 19,

RE: OJB + Oracle BLOB

2003-09-19 Thread Carlos Henrique Leclerc De Oliveira
s. -Original Message----- From: Carlos Henrique Leclerc De Oliveira [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 7:58 AM To: 'OJB Users List' Subject: RE: OJB + Oracle BLOB Thanks Max, but this documentation didn´t was finished yet...and the part that describe how to us

RE: OJB + Oracle BLOB

2003-09-19 Thread Carlos Henrique Leclerc De Oliveira
setembro de 2003 04:04 To: OJB Users List Subject: AW: OJB + Oracle BLOB Hi, this should help: http://db.apache.org/ojb/howto-use-lobs.html Regards Max > -Ursprüngliche Nachricht- > Von: Carlos Henrique Leclerc De Oliveira [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 18. Septe

OJB + Oracle BLOB

2003-09-18 Thread Carlos Henrique Leclerc De Oliveira
Hi all, Could you tell me how oracle Blobs are loaded and stored, using OJB, please? There are not documentation... regards, Carlos -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: quinta-feira, 18 de setembro de 2003 16:10 To: [EMAIL PROTECTED] Subject: Xdocl

RE: Cache and OJB

2003-09-15 Thread Carlos Henrique Leclerc De Oliveira
so long, it's easy implement your own ObjectCache ;-) regards, Armin - Original Message - From: "Carlos Henrique Leclerc De Oliveira" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 15, 2003 4:38 PM Subject: Cache and OJB > Hi all, >

Cache and OJB

2003-09-15 Thread Carlos Henrique Leclerc De Oliveira
Hi all, What is the better cache implementation for OJB? I need a cache that have a refresh feature. Do you know anyone? Thanks. Carlos Henrique ___ Carlos Henrique Leclerc Oliveira Tecnologia - UOL Inc. tel +55 11 3038-8459 http://www.uol.com.br

problema with m:n association

2003-09-12 Thread Carlos Henrique Leclerc De Oliveira
Hi, I am trying to implement a m:n association, using manual decomposition into two 1:n associations, because I need get information from intermediary table. The situation I want is: One "Promotion" has a list of "Offer". I have a Offer_Promotion intermediary table. When I find one "Promotion",