array of dataset

  • Thread starter Thread starter Ruby
  • Start date Start date
R

Ruby

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
 
Back
Top