Re: [sqlite] FW: how best to determine # of rows in a table

2014-08-27 Thread Darren Duncan
Sorry, the count thing was actually Mark Halegua's question. -- Darren Duncan On 2014-08-27, 8:58 PM, Darren Duncan wrote: On 2014-08-27, 8:41 PM, Keith Medcalf wrote: this may seem like a small issue, but I'm not sure if the solutions I've found on the web will do what I want in a low memory

Re: [sqlite] FW: how best to determine # of rows in a table

2014-08-27 Thread Darren Duncan
On 2014-08-27, 8:41 PM, Keith Medcalf wrote: this may seem like a small issue, but I'm not sure if the solutions I've found on the web will do what I want in a low memory situation. I'd like to iterate through a table one row at a time. I can do that in pysqlite, but I don't see a method for

[sqlite] FW: how best to determine # of rows in a table

2014-08-27 Thread Keith Medcalf
> this may seem like a small issue, but I'm not sure if the solutions I've > found on the web will do what I want in a low memory situation. I'd like to > iterate through a table one row at a time. I can do that in pysqlite, but I > don't see a method for determining I'm at the end of the file