Re: [Sqlrelay-discussion] Problem with retrieving result set from DB2 V9
Brought to you by:
mused
|
From: Denis C. <aka...@gm...> - 2007-01-16 11:15:26
|
Dear David, I've turned on your workaround for V8.2 and now everything works just fine. My fault, i've thought this bug has been fixed in V9. 2007/1/16, David Muse <dav...@fi...>: > Turn on debug and send me the output. Hopefully it'll shed some light > on the problem. > > If not, there's a bug in db2 8.1 involved with fetching the row number. > It's possible that it's been fixed since then and my workaround no > longer works. If the debug from the query program doesn't help, then > I'll see if I can come up with a patch that uses a different workaround. > > David Muse > dav...@fi... > > On Fri, 2007-01-12 at 20:14 +0200, Denis Chapligin wrote: > > Hello! > > > > > > I've been using DB2 V9 and sqlrelay 0.37 from Debian/Etch and have a > > problem retrieving result set from sqlrelay server. I've run same > > query via DB2 control center and and "query" utility. DB2CC returns > > about 150 rows and this is correct, but "query" returns only one row. > > What i'm doing wrong? > > |