Subject | Re: [IBO] IB_Grid with IB_Cursor |
---|---|
Author | Jason Wharton |
Post date | 2001-01-03T03:35:19Z |
select a.column1 as a_col1, a.column2 as a_col2, b.column1 as b_col1,
b.column2 as b_col2 ...
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
b.column2 as b_col2 ...
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: <guido.klapperich@...>
To: <IBObjects@egroups.com>
Sent: Tuesday, January 02, 2001 8:28 PM
Subject: Re: [IBO] IB_Grid with IB_Cursor
> > No, but you could try setting KeyLinksAutoDefine to false and leave the
> > KeyLink property blank. This should help to resolve your troubles.
> >
>
> Have I done, but this doesn't help.
>
> >
> > Also, providing an alias for all of the columns you are adding into your
> > query that are named the same will help as well.
>
> How should I do that ?
>
>
>
>