Re: [Q] specifying bigint

From: Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>
To: V S P <toreason(at)fastmail(dot)fm>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: [Q] specifying bigint
Date: 2009-03-30 03:15:28
Message-ID: 49D03950.5060103@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

V S P wrote:
> Hi,
> thank you
> that worked
>
>
> I kind of do not understand still why there is a conversion
> to string -- is this 'expected behavior'
> (so that at least I would know in the future it applies to somewhere
> else)

Fundamentally the driver handles parameters as unknown type and
leave the conversion to the backend.

> Also wanted to ask
>
> is SQLRowCount() function working for
> updates and inserts?

Yes.

regards,
Hiroshi Inoue

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Raul Orduna 2009-03-30 09:09:50 Re: Problem with Oracle, ODBC and Postgresql
Previous Message V S P 2009-03-29 21:23:44 Re: [Q] specifying bigint