I have a query that returns me a undetermined number of rows with a set column width of 6.
All I want to do is too put the values from my query into an array so i can access the individual columns in each row. 2d array? Can some1 please help me with this. thanks
1,col1,col2,col3,col4,col5,col6
2,col1,col2,col3,col4,col5,col6
3,col1,col2,col3,col4,col5,col6
Iam basically trying to do is:-
if this record has a column value of x then do y else do z
get next record
All I want to do is too put the values from my query into an array so i can access the individual columns in each row. 2d array? Can some1 please help me with this. thanks
1,col1,col2,col3,col4,col5,col6
2,col1,col2,col3,col4,col5,col6
3,col1,col2,col3,col4,col5,col6
Iam basically trying to do is:-
if this record has a column value of x then do y else do z
get next record