on 7/5/2000 6:54 PM, "Youngho Cho" <[EMAIL PROTECTED]> wrote:

> Could you explain me what I am "not much sense" ?
> 
> youngho

Everything you are saying doesn't make sense. :-)

If you have data that you are collecting: Save it to the database when you
collect it. 

You can use the Peer model to help you define an OR relationship to your
schema if you want or you can simply write JDBC queries.

If you want to save the objects you are creating as byte[] data to the
database you can do that as well. Use the BasePeer.hashtableToByteArray()
method (or something similar, look at the code) to create a byte[] of the
data you are collecting and save it to a blob column in your table.

-jon



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to