How is everyone handling join queries in J2EE ? I have several queries which
require data from multiple tables. What is the best way to do it -

- Write Views based on join queries and create CMP's for that. But I get
runtime errors (as I had earlier posted)

- Write one BMP queries bean based on a dummy table which contains methods
doing diffrent queries  and returning vectors or enums of the records

I can't believe that J2EE doesn't let one do join queries in straight
forward way and making us run for work-arounds. Or I am really missing
something basic ..

- One frustrated dude working on a saturday

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to