J
jtnpham
Is there any possible way to first pull informatio from a table, and
then "read" all fields into an array?
For example: My table has fields Center, Name, Capacity. After
displaying the table in a data grid view I want to store each of these
values into a multidimensional array. Namely center(i), name(i), and
capacity(i). That way if I wanted a specific value to be assigned to
n I could just write the statement, n = center(1).
Any suggestions/help?!?
Thanks! =)
then "read" all fields into an array?
For example: My table has fields Center, Name, Capacity. After
displaying the table in a data grid view I want to store each of these
values into a multidimensional array. Namely center(i), name(i), and
capacity(i). That way if I wanted a specific value to be assigned to
n I could just write the statement, n = center(1).
Any suggestions/help?!?
Thanks! =)