A
almurph
Hi everyone,
I have a "SqlDataReader" that I know has 2 columns in it with around
361 rows of data like:
columnA columnB
value1 value3
value1 value4
I am trying to read this into a rectangular string array called
myArray()(). The problem is I don't know how!!
Can anyone help me please? Any suggestions/comments/ideas/code-samples
greatly welcomed.
Thank you,
Al.
I have a "SqlDataReader" that I know has 2 columns in it with around
361 rows of data like:
columnA columnB
value1 value3
value1 value4
I am trying to read this into a rectangular string array called
myArray()(). The problem is I don't know how!!
Can anyone help me please? Any suggestions/comments/ideas/code-samples
greatly welcomed.
Thank you,
Al.