Edit - sorry some of this post is wrong, see post below as well.
Then add new column at A, and type the word "Data". Drag the small box in the bottom right down to the last row, this will copy the word "Data" in front of all columns so that DBpro can "Read" it.
Then create a new column just after column B with the first set of data in, select 1st cell of this new blank column and type =B1&"," and press enter.
Drag the small square of cell C1 all the way down to the bottom row and it will add a comma to the end of the data in each cell.
Repeat for other columns of data.
Delete any columns which you don't want or do not have the comma at the end. Select everything, Ctrl A, copy Ctrl C, go to the end of your darkbasic program editor and press Ctrl V to paste it all.
You can now use the DBpro command "Read" to read each row of data.