On 2009-04-09, Eric Smith <eric_h_smith(at)mac(dot)com> wrote:
> All,
>
> From the C API, how do I check for the existence of a column name in
> a given table?
you can look at the information schema, column-names in a result-set,
or error messages. which is most apropriate depends on the context.