The problem is that you were trying to read a single string from your data, and connect it to a table that only accepts a 2d array of strings. You either need to tell your data reader that it's reading an array of strings, as shown below, or read your data, and then put it into a 2d array.
↧