Subject | Re: FB 1.5 to 2.1 question |
---|---|
Author | bwc3068 |
Post date | 2008-09-11T22:09:09Z |
Hi Rob--
THANKS for the fast reply.
I am and I'll do that.
Regards
Kelly
--- In firebird-support@yahoogroups.com, Robert martin <rob@...>
wrote:
THANKS for the fast reply.
I am and I'll do that.
Regards
Kelly
--- In firebird-support@yahoogroups.com, Robert martin <rob@...>
wrote:
>one of
> Hi
>
> Are you using IBObjects? If so I believe this is a problem with
> the older releases of the components. If you download the latestan
> version this issue should disappear.
>
> Rob
>
> bwc3068 wrote:
> > Hi--
> >
> > In FB 1.5 the below SQL worked fine.
> >
> > Select O.OwnerName, O.UniqueKey from Owners O
> > Order By O.OwnerName
> >
> > I just installed FB 2.1 and when that query is executed, I get
> > error: ISC Error, SQL error code =-206 column unknownOwners.DB_KEY.
> >much
> > If I remove the table alias, it's fine
> > (ie.
> > Select OwnerName, UniqueKey from Owners
> > Order By OwnerName
> > )
> >
> > OR if i use Select O.*
> >
> > This would be fine for this 1 query but I have a large number of
> > more complicated queries with joins, etc. that I need to definethe
> > table.++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >
> > Please help!
> >
> > Thanks
> > Kelly
> >
> >
> >
> >
> >
> > ------------------------------------
> >
> >
> >++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > Visit http://www.firebirdsql.org and click the Resources item
> > on the main (top) menu. Try Knowledgebase and FAQ links !
> >
> > Also search the knowledgebases at http://www.ibphoenix.com
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
>