Re: More strict bind param count checking

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: More strict bind param count checking
Дата
Msg-id 43A10178.5070107@tpf.co.jp
обсуждение исходный текст
Ответ на Re: More strict bind param count checking  (Ludek Finstrle <luf@pzkagis.cz>)
Ответы Re: More strict bind param count checking  (Ludek Finstrle <luf@pzkagis.cz>)
Re: More strict bind param count checking  (Ludek Finstrle <luf@pzkagis.cz>)
Список pgsql-odbc
Ludek Finstrle wrote:
>>Hi Ludek, thanks to your recent effort to improve the psqlodbc driver.
>>Please let me comment on your patch a little.
>
>
> Hello,
>
>   your comments are welcome.
>
>
>>>!         if (ipdopts->allocated == marker_count)
>>
>>Why are you using the operator '==' not '>=' ?
>>AFAIK there's no such limitation.
>
>
> We have problems with Visual FoxPro. It calls SQLCancel without
> FreeStmt(SQL_RESET_PARAMS). It leads to failure becouse next
> ExecDirect with fewer parameters in some cases think that it
> has data_at_exec (which was parameters from previous).

Isn't it the right solution for the problem to check data_at_exec appropriately ?

regards, Hiroshi Inoue

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

Предыдущее
От: "Anoop Kumar"
Дата:
Сообщение: Re: Next development steps?
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: Does postgresql-odbc work on 64-bit platforms?