I don't understand very well how to process the "SQL command processed" message and then the results from a query like SELECT fecha, estado FROM evento to populate a ListView.
I'm using SimpleSQLite run sql and ListFixer
Could you send me an example?
Thanks
Have you read all of this:
SQLite command completed
is issued when there is no data output from the sqlite db.
Your data should be exported to a list or a list of lists. You can load a list directly into a listview, you will need to do more work if you want specific data from a list of lists.
If you show the data output from the query, we can help further.