Re: Any plans to support SQLDescribeParam (and friends) ?

Поиск
Список
Период
Сортировка
От Mads Lindstrøm
Тема Re: Any plans to support SQLDescribeParam (and friends) ?
Дата
Msg-id 1247983334.4343.2.camel@supermule.opasia.dk
обсуждение исходный текст
Ответ на Re: Any plans to support SQLDescribeParam (and friends) ?  (Hiroshi Inoue <inoue@tpf.co.jp>)
Список pgsql-odbc
Hi Hiroshi,

Hiroshi Inoue wrote:
> >> You can call SQLDescribeParam() with the current driver when you
> >> check the 7.4+ Protocol option and the Server side prepare option.
> >>
> >> regards,
> >> Hiroshi Inoue
> >>
> >
> > Yes, I can call SQLDescribeParam(..), but it always return VarChar, on
> > SMALLINT, INTEGER, BIGINT and DECIMAL parameters. So I guess I am doing
> > something wrong.
> >
> > My odbc.ini looks like:
> >
> > [MetaHDBC_PQ_DSN]
> > Description           = PostgreSQL ODBC
> > Driver                = postgreodbc
> > Trace                 = No
> > TraceFile             =
> > Database                = MetaHDBC_DB
> > Servername              = localhost
> > UserName                = metahdbc
> > Password                = foobar
> > Port                    = 5432
> > Protocol                = 8.3
>
> Could you try to set
>     Protocol = 7.4
> ?
>
> regards,
> Hiroshi Inoue
>

Same results with Protocol = 7.4


Regards,

Mads

Вложения

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

Предыдущее
От: Hiroshi Inoue
Дата:
Сообщение: Re: Any plans to support SQLDescribeParam (and friends) ?
Следующее
От:
Дата:
Сообщение: [ psqlodbc-Bugs-1001999 ] PSQLODBC folds identifiers to lower case, causing Excel (MS Query) to fail.