Turning off Parse Statement

From: Gilles DAROLD <gilles(at)darold(dot)net>
To:
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Turning off Parse Statement
Date: 2001-11-16 09:25:38
Message-ID: 3BF4DB92.1EFA0610@darold.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Thanks,

Don't know how to turning off Parse Statement, I'd set a Parse option to
'no'
in the odbc.ini file but it does nothing. I've seen many thing related
to Advanced
Driver Options with a MS-Windows Interface but unfortunally I don't use
this
kind of box and can't find any documentation on how to defined these
options
by hand. Any idea ?

Regards,

Hiroshi Inoue wrote:

> Gilles DAROLD wrote:
> >
> > Hi all,
> >
> > It seems to me that SQLDescribeCol return the realname of a column.
> > For example when I run a query like that:
> >
> > SELECT mycol AS othername FROM mytable;
> >
> > it returns 'mycol' and not 'othername'. Am I wrong or is there's an
> > other way to have the alias returned ?
>
> Aren't you turning on Parse Statement option ?
> Porbably you can get the alias name by turning off the option.
> Anyway I would fix it soon.
> The fix would be included in the next release.
>
> Thanks for the report.
> Hiroshi Inoue

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2001-11-16 10:15:03 Re: Turning off Parse Statement
Previous Message Hiroshi Inoue 2001-11-16 00:43:21 Re: SQLDescribeCol and column alias