Skip to content
Prev 857 / 1559 Next

concurrent reading/writing in "chunks" with RSQLite (need some help troubleshooting)

Seth:

Second follow-up question.  If you do NOT, in advance, know the number
of columns that will be in the output table, is there any way to
safely perform the initial output table creation within the loop (e.g.
the end of the first fetch determine the table # of columns)?  Or
should I do a "first pass" on a single row of input data to determine
the output data table parameters?

--j
On Mon, Jun 28, 2010 at 8:50 PM, Seth Falcon <seth at userprimary.net> wrote: