14.03.2014, 11:48
Quote:
Ok the houses are on places where I create them just one more thing how you mean this:
you should also use this "i" to load the rows separately for every house. Thanks very much. |
Always loading row 0 means that you always read the data from the first house, and ignore the rest.
Using the "i" as row-number to load the data, that will mean that with every loop, the next row is selected in the query-result to read the data from that row.