Re: img store/retrieve

2002-12-06 Thread Max Cooper
od of storage, hopefully to an acceptable level for your application and load requirements. -Max - Original Message - From: "Gemes Tibor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 05, 2002 4:37 AM Subject: img store/retrieve I think this is a b

RE: img store/retrieve

2002-12-06 Thread Kristian Duske
Hi, > This is a simple CRUD page, but the entity has an image property. > I retrieve > the View Object from the RDBMS and populate the ActionForm from it. > > I think that the image should not be stored in the VO. Am I right? What does CRUD mean? What does VO mean? > Where should I store the im

img store/retrieve

2002-12-05 Thread Gemes Tibor
I think this is a bit OT on this list. I have to store uploaded images into the RDBMS, and then later retrieve them on request. This is a simple CRUD page, but the entity has an image property. I retrieve the View Object from the RDBMS and populate the ActionForm from it. I think that the im