Re: [sqlite] Problem using sqlite3_get_table in C++

2009-09-23 Thread Jay A. Kreibich
On Wed, Sep 23, 2009 at 03:40:33PM -0700, burferd scratched on the wall: > > In looking at the reference http://www.sqlite.org/c3ref/free_table.html > it states that the result is a pointer array that has (rows+1)*columns > elements. > > I pose a query to select items from my database table. > Th

[sqlite] Problem using sqlite3_get_table in C++

2009-09-23 Thread burferd
In looking at the reference http://www.sqlite.org/c3ref/free_table.html it states that the result is a pointer array that has (rows+1)*columns elements. I pose a query to select items from my database table. The function returns a row value of 5 and column value of 19. This tells me that there sh