Talk:SQL Driver
From CometWiki
(Difference between revisions)
(New page: Need to clarify the fact that Read() is a different concept than allatonce/rowbyrow... allatonce/rowbyrow set up your query type, don't return data once that is done you must do a select...) |
m |
||
Line 6: | Line 6: | ||
maybe explain everything first via allatonce, then at the end explain there's a special case for rowbyrow | maybe explain everything first via allatonce, then at the end explain there's a special case for rowbyrow | ||
+ | |||
+ | |||
+ | Can we get rows in "chunks"? --[[User:Jim|Jim]] 00:50, 26 November 2009 (UTC) |
Revision as of 00:50, 26 November 2009
Need to clarify the fact that Read() is a different concept than allatonce/rowbyrow...
allatonce/rowbyrow set up your query type, don't return data
once that is done you must do a select and read
maybe explain everything first via allatonce, then at the end explain there's a special case for rowbyrow
Can we get rows in "chunks"? --Jim 00:50, 26 November 2009 (UTC)