Sam Carleton <scarle...@gmail.com> wrote:
> On May 8, 2011, at 12:53 PM, "Igor Tandetnik" <itandet...@mvps.org> wrote:
> 
>> Sam Carleton <scarle...@gmail.com> wrote:
>>> I had it wrong in the email body, I meant how many columns are in query?
>> 
>> sqlite3_column_count. Don't even need to execute the query for that, just 
>> prepare it.
> 
> Ah, thank you!  Is my impression current there is no function call to get the 
> column index given a name?

Indeed there is no such function. Note that there may be more than one column 
with the same name.
-- 
Igor Tandetnik

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to