Turning off Parse Statement

Поиск
Список
Период
Сортировка
От Gilles DAROLD
Тема Turning off Parse Statement
Дата
Msg-id 3BF4DB92.1EFA0610@darold.net
обсуждение исходный текст
Ответ на server --configure postgresql  (yanling xu <helenxyl@yahoo.com>)
Список 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


В списке pgsql-odbc по дате отправления:

Предыдущее
От: Hiroshi Inoue
Дата:
Сообщение: Re: SQLDescribeCol and column alias
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: Turning off Parse Statement