On 3/2/2015 9:51 AM, Paolo Bolzoni wrote:
> I kinda get your point, but still we are speaking of the C interface
> all the time. Sure in other contexts, like the TCL/SQL, the indexes
> start from 1. However the bind and the column function are both in the
> C interface.

Not quite. There's ?N syntax you can use in your SQL statement to refer 
to a parameter number N. It may be confusing if ?1 had to be bound with 
index 1 in some contexts, and index 0 in others.
-- 
Igor Tandetnik

Reply via email to