I believe most database drivers are record-oriented
and what we see in ODBC method SQLBindCol, which binds columns to
provided arrays, is probably a helper method that
iterates through the records and fills in the memory.

To make Alex's code more efficient, it may be better
to iterate over DataReader and not DataTable.


--- bill lam <[EMAIL PROTECTED]> wrote:

> Hello Alex,
> 
> Thank you for information. This will save me a lot of time for google 
> searching 
> column binding that does not exist.



      
____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to