|
Hi,
If you are using stored procedures to extract the
data from the tables then the best way to separate the persistence state (field)
is to create a value object (serialized class) and assign each of the field to
the class instance variable.
Hope that helps
Cheers
Nanik
----- Original Message -----
Sent: Monday, August 20, 2001 8:51
PM
Subject: querying more than one table
simultaneously from ejb
hi
I have a very
basic query
We are developing a application. In which
we need to query 10 tables and dispaly
the data.we need to dispaly all ten tables data seperately.we are using
oracle 8i database .
We are
using a stored procedure to query all the tables .can anyone
suggest me how can i seperate the individual table record from the
result set.
Is there any better way to solve this problem.
thanx
rupalim
|