Re: [Q] specifying bigint

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: [Q] specifying bigint
Дата
Msg-id 49D03950.5060103@tpf.co.jp
обсуждение исходный текст
Ответ на Re: [Q] specifying bigint  ("V S P" <toreason@fastmail.fm>)
Список 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 по дате отправления:

Предыдущее
От: "V S P"
Дата:
Сообщение: Re: [Q] specifying bigint
Следующее
От: Raul Orduna
Дата:
Сообщение: Re: Problem with Oracle, ODBC and Postgresql