Hello,
I have the following problem, when retrieving data from a SQL database with a result of 3 entries in the search, the first time I SELECT I only get one data record that contains all 3 data records. Each time the same SELECT is called, the result is correct.
Maybe someone has a tip??
Das liegt an der asynchronen Verarbeitung
Du kannst die Daten erst dann bearbeiten, nachdem du sie erhalten hast
Taifun
Du erhältst eine Tabelle in csv format
Diese solltest du in eine List of lists konvertieren. .
Hierzu gibt es den Block list from csv table
.
http://ai2.appinventor.mit.edu/reference/blocks/lists.html#listfromcsvtable
Taifun
die erste Antwort war perfekt. Vielen Dank, manchmal sieht man den Wald vor lauter Bäume nicht. Gruß Stefan
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.