Re: Any plans to support SQLDescribeParam (and friends) ? - Mailing list pgsql-odbc

From Mads Lindstrøm
Subject Re: Any plans to support SQLDescribeParam (and friends) ?
Date
Msg-id 1247983334.4343.2.camel@supermule.opasia.dk
Whole thread Raw
In response to Re: Any plans to support SQLDescribeParam (and friends) ?  (Hiroshi Inoue <inoue@tpf.co.jp>)
List 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

Attachment

pgsql-odbc by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: Any plans to support SQLDescribeParam (and friends) ?
Next
From:
Date:
Subject: [ psqlodbc-Bugs-1001999 ] PSQLODBC folds identifiers to lower case, causing Excel (MS Query) to fail.