#1. Most DB's let you connect to another DB, even to another vendor to do a join. That be the simplest.

#2. What ever you are doing you need to do in the DAO layer only ( and I do not see how transcations are helping you on a select).
So I suggest you document a unit test of what you want the dao to do.
Then.. write it. Iteration?

#3. I suspect iBatis could help, but... not in the way you approached it so far.

Remember, data... in data layer.


hth,
.V

olonga henry wrote:
That's Right,  there are multiple issues here that involves
JTATransactionManager which I can deal with.  However what I am asking here


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to