Hi,

For an extended query that needs to get parameter types before sending
them, is there a difference in doing:

Parse, Describe statement, Flush, Bind, Execute, Sync
vs
Parse, Describe statement, Sync, Bind, Execute, Sync

Of course, there will be an additional ReadyForQuery in the latter case,
but other than that.

Thanks!

Jaka

Reply via email to