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
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]
>
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
; 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;
>
>
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++)
{