View Single Post

   
  #6 (permalink)  
Old 04-16-2008, 02:40 AM
Ludek Finstrle
 
Posts: n/a
Default Re: More strict bind param count checking

> >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


---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Reply With Quote