Skip to content
Prev 853 / 1559 Next

R-sig-DB Digest, Vol 68, Issue 7

On Tue, Jun 29, 2010 at 8:19 PM, kMan <kchamberln at gmail.com> wrote:
While it is true that you can read and write from a single connection,
you can only have one result set open at a time and so if you want to
iterate through a result set and then write, you do, I believe, need
two connections.


I suspect that the code you propose will be considerably slower as you
are issuing multiple queries along with a WHERE constraint.

+ seth