Re: More strict bind param count checking - Mailing list pgsql-odbc

From Ludek Finstrle
Subject Re: More strict bind param count checking
Date
Msg-id 20051216172713.GB22756@soptik.pzkagis.cz
Whole thread Raw
In response to Re: More strict bind param count checking  (Hiroshi Inoue <inoue@tpf.co.jp>)
Responses Re: More strict bind param count checking
List pgsql-odbc
> >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 ?

Please Hiroshi could you take a look on solution for data_at_exec check?
I see no problem but I didn't see it in previous patch also.

Thanks a lot

Luf

Attachment

pgsql-odbc by date:

Previous
From: Ludek Finstrle
Date:
Subject: Re: Access violation C5 error on Visual FoxPro SQLEXEC() call after error
Next
From: Ludek Finstrle
Date:
Subject: Re: Access violation C5 error on Visual FoxPro SQLEXEC() call after error