Tech Tip: Can you use multidimensional arrays to store results of SQL queries?
PRODUCT: 4D Developer | VERSION: 11 | PLATFORM: Mac & Win
Published On: October 12, 2007
You cannot store the results of a SQL query in a multidimensional array. You need to use multiple single-dimensional arrays or a list box.