Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: VB6 2D Array  (Read 4323 times)

0 Members and 1 Guest are viewing this topic.

d5

  • Guest
VB6 2D Array
« on: January 15, 2007, 01:49:03 AM »
Hi

I am using VB6. How do I copy the data from the database(SQL statement) to an array. The result data from the query has 6 colums or fields but an unknown number of rows. So this array should be a 2D array.

I then pass this array to another function. Is an array the best container to use?

Thanks
  :-?