Talk:SQL Driver

From CometWiki

(Difference between revisions)
Jump to: navigation, search
(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...)
 
(One intermediate revision not shown)
Line 1: Line 1:
-
Need to clarify the fact that Read() is a different concept than allatonce/rowbyrow...
+
Can we get rows in "chunks"? --[[User:Jim|Jim]] 00:50, 26 November 2009 (UTC)
-
 
+
-
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
+

Latest revision as of 19:08, 10 December 2009

Can we get rows in "chunks"? --Jim 00:50, 26 November 2009 (UTC)

Personal tools