Solution
When displaying data using a table indicator, data must be in array format with each array element corresponding to a different column of the database table.
In the example code below, the DB Tools Move To Next Record VI function is used to iterate over each record in the database table. Every new record value is inserted to the array and stored to the shift register to update the table indicator.
Note: This image is a LabVIEW snippet, which includes LabVIEW code that you can reuse in your project. To use a snippet, right-click the image, save it to your computer, and drag the file onto your LabVIEW diagram.