OK I'm very new to .NET...
I'm trying to get my head around ADO.NET but I can't declare a Dataset, which is kind of hindering my progress.
When I type Dim dsTest As Dataset()
or Dim dsTest As New Dataset()
the word 'Dataset' has the squiggly blue line and the tooltip says... 'Type "Dataset" is not defined'
Dataset does not appear in System.Data namespace either :(
I'm sure I'm missing something really obvious, could anyone help me?
