Subject | Re: [Firebird-Architect] Re: External Engines (and Plugins) |
---|---|
Author | Kovalenko Dmitry |
Post date | 2008-06-25T12:35:23Z |
>> I remember to see one time in the standard something related to indexesI don't read all previous posts, sorry :)
>> (from API POV) starting at 1. But can't found now. But for ORDER BY and
>> GROUP BY, they start at 1.
> CLI (Call Level Interface) part of SQL standard uses 1-based column
> indexes.
>
OLEDB Specification:
- Columns (and Parameters) has one-based order.
- Zero number of column reserved for special-column with bookmark.
---
API Interface != End User Interface.
For example - ADODB (High level for OLEDB) and my C++ Library for OLEDB use
the zero-based access to columns and parameters.
Regards,
Dmitry Kovalenko