Re: [Q] specifying bigint - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: [Q] specifying bigint
Date
Msg-id 49D03950.5060103@tpf.co.jp
Whole thread Raw
In response to Re: [Q] specifying bigint  ("V S P" <toreason@fastmail.fm>)
List 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


pgsql-odbc by date:

Previous
From: "V S P"
Date:
Subject: Re: [Q] specifying bigint
Next
From: Raul Orduna
Date:
Subject: Re: Problem with Oracle, ODBC and Postgresql