Re: [sqlite] Two simple questions

2009-06-24 Thread Robert Simpson
for the row matching the column name you're interested in. -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Shaun Seckman (Firaxis) Sent: Wednesday, June 24, 2009 9:18 AM To: General Discussion of SQLite Database Subject: [sqlite]

Re: [sqlite] Two simple questions

2009-06-24 Thread P Kishor
On Wed, Jun 24, 2009 at 12:18 PM, Shaun Seckman (Firaxis) wrote: > Just two quick and simple questions :) > > > >                In a prepared statement, is there a quick way to > determine what the index of a column with a specific name is or must I > just iterate

[sqlite] Two simple questions

2009-06-24 Thread Shaun Seckman (Firaxis)
Just two quick and simple questions :) In a prepared statement, is there a quick way to determine what the index of a column with a specific name is or must I just iterate through all columns and perform a string comparison? How can I go by determining the