Re: [sqlite] Read row data into array?

2006-03-10 Thread cstrader
Thanks! The exec_table is helpful... I may get back to you for more info on this. For now, I'm just querying row by row.

Re: [sqlite] Read row data into array?

2006-03-08 Thread Jay Sprenkle
On 3/8/06, Pam Greene <[EMAIL PROTECTED]> wrote: > On 3/8/06, cstrader <[EMAIL PROTECTED]> wrote: > > > > Would someone be willing to share with me c++ code that reads the result > > of a select query into an array representing the data of the j rows in a > > selected column? I understand that

Re: [sqlite] Read row data into array?

2006-03-08 Thread Pam Greene
On 3/8/06, cstrader <[EMAIL PROTECTED]> wrote: > > Would someone be willing to share with me c++ code that reads the result > of a select query into an array representing the data of the j rows in a > selected column? I understand that callback() is executed once for each row > of the data. But

Re: [sqlite] Read row data into array?

2006-03-08 Thread Jay Sprenkle
On 3/8/06, cstrader <[EMAIL PROTECTED]> wrote: > Would someone be willing to share with me c++ code that reads the result of a > select query into an array representing the data of the j rows in a selected > column? I understand that callback() is executed once for each row of the > data. But

[sqlite] Read row data into array?

2006-03-08 Thread cstrader
Would someone be willing to share with me c++ code that reads the result of a select query into an array representing the data of the j rows in a selected column? I understand that callback() is executed once for each row of the data. But what is the best and fastest way to iteratively write