RE: pre-fetched relationships error

2003-06-06 Thread Michael Schulze
On Fri, 2003-06-06 at 16:21, McCaffrey, John G. wrote: > is your db2 database version 8? > my database is only version 7, I am wondering if there is a fixpak for > version 7 We are using db2 version 7.2 on Linux with fixpak 8. Here is a list of the available fixpaks for db2 version 7: http://www-

Re: pre-fetched relationships error

2003-06-06 Thread Michael Becke
List Subject: Re: pre-fetched relationships error Hi, i too had a problem with prefetched relationships, db2 and the app jdbc driver. In my case no rows were returned at all when using prefetched relationships. the net jdbc driver worked fine. db2 fixpak 8 solved the problem for me. cheers, Michael O

RE: pre-fetched relationships error

2003-06-06 Thread McCaffrey, John G.
is your db2 database version 8? my database is only version 7, I am wondering if there is a fixpak for version 7 -Original Message- From: Michael Schulze [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 2:50 AM To: OJB Users List Subject: Re: pre-fetched relationships error Hi, i

Re: pre-fetched relationships error

2003-06-06 Thread Thomas Mahler
ing to try anything at this point thanks, -John -Original Message- From: Michael Becke [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 2:08 PM To: OJB Users List Subject: Re: pre-fetched relationships error John, I am not sure how helpful this is, but my setup is much the same as you

RE: pre-fetched relationships error

2003-06-06 Thread McCaffrey, John G.
to me?) I am willing to try anything at this point thanks, -John -Original Message- From: Michael Becke [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 2:08 PM To: OJB Users List Subject: Re: pre-fetched relationships error John, I am not sure how helpful this is, but my set

Re: pre-fetched relationships error

2003-06-06 Thread Michael Becke
John, I am not sure how helpful this is, but my setup is much the same as you describe. I was having various strange errors and eventually upgraded to a recent snapshot from CVS. This seems to have fixed my problems. Mike McCaffrey, John G. wrote: I have been trying to get around an issue (l

Re: pre-fetched relationships error

2003-06-06 Thread Jakob Braeuchi
hi john, imo this is an issue with your jdbc-driver. could you please provide more info about the error thrown by the driver ? jakob McCaffrey, John G. wrote: I have been trying to get around an issue (limited Collection returned thread) , and I have noticed that if I set auto-retrieve=false o

Re: pre-fetched relationships error

2003-06-06 Thread Michael Schulze
Hi, i too had a problem with prefetched relationships, db2 and the app jdbc driver. In my case no rows were returned at all when using prefetched relationships. the net jdbc driver worked fine. db2 fixpak 8 solved the problem for me. cheers, Michael On Thu, 2003-06-05 at 20:20, McCaffrey, John