Re: programatically examine columns in a row

2001-09-17 Thread Christian Haul
On 17.Sep.2001 -- 06:43 PM, Chris Newland wrote: > Hi All, > > I'm looking for a generic way to examine the columns in a row retrieved using esql: > > > > int cols = ; > String colname; > > > > > for (int i = 0; i < co

Re: programatically examine columns in a row

2001-09-17 Thread Chris Newland
t; > at your xsl you can separate it for colname and value > > > > Klaus > > > > > -Original Message- > > > From: Chris Newland [mailto:[EMAIL PROTECTED]] > > > Sent: Monday, September 17, 2001 8:43 PM > > > To: [EMAIL PROTECTED] >

Re: programatically examine columns in a row

2001-09-17 Thread Chris Newland
e > > Klaus > > > -Original Message- > > From: Chris Newland [mailto:[EMAIL PROTECTED]] > > Sent: Monday, September 17, 2001 8:43 PM > > To: [EMAIL PROTECTED] > > Subject: programatically examine columns in a row > > > > > > Hi All

RE: programatically examine columns in a row

2001-09-17 Thread Klaus Bertram
; To: [EMAIL PROTECTED] > Subject: programatically examine columns in a row > > > Hi All, > > I'm looking for a generic way to examine the columns in a row > retrieved using esql: > > > > int cols = ; > String colname; > >

programatically examine columns in a row

2001-09-17 Thread Chris Newland
Hi All, I'm looking for a generic way to examine the columns in a row retrieved using esql: int cols = ; String colname; for (int i = 0; i < cols; i++) {