I.e
ReDim ds(4)
For i = 0 to 4
ds(i) = new dataset
Next
>-----Original Message-----
>hi...
>Can I create array of dataset with VB.net
>I try This
>dim ds() as dataset
>... (code here)
>For i = 0 to 4
> ds(i) = new dataset ??? error object bla..bla...bla
>Next
>Is there something wrong with this code?
>thank all
>Ruby
>
>
>
>.
>
"Gary McCormack" <gary.mc...@tryster.co.uk> wrote in message
news:098a01c35823$86fea1c0$a501...@phx.gbl...