Re: Reading SQL query into array

From: Hermit Dave (hermitd.REMOVE_at_CAPS.AND.DOTS.hotmail.com)
Date: 08/30/04


Date: Mon, 30 Aug 2004 09:52:34 +0100

Get DataReader and then iterate and write stuff to the Array

-- 
Regards,
Hermit Dave
(http://hdave.blogspot.com)
"Steve" <nospam@spam.org> wrote in message
news:GQBYc.13117$D7.11944@news-server.bigpond.net.au...
> Hello everyone,
>
> Is it possible to query a database directly into an array?  or would you
> need to read into an DataReader first, then copy the data into an array?
>
> Thanks in advance!
>
> Steve
>
>