Ok, here's a difinitively newbie question...
How can I retrieve a two-dimensional array from an sql database using vb?
I've tried the following, with no avail:
Dim CountryArray As ArrayList = Mycmd.ExecuteScalar()
any suggestions?
thanks in advance!
...
Go to the complete details ...