Hi All,
I'm reading records from a Mysql database and store it locally in the sqlite database. Then I want to add from my local db the items into the custom listview.
The problem is that reading from the sqlite db is not working well because it needs first getting the records from the mysql db.
So my quetion is how can I getting a sequence in my subs, so it will first getting the mysql records and when that is done its needs to read from the sqllite and add the items into the listview?
Thank you.
I'm reading records from a Mysql database and store it locally in the sqlite database. Then I want to add from my local db the items into the custom listview.
The problem is that reading from the sqlite db is not working well because it needs first getting the records from the mysql db.
So my quetion is how can I getting a sequence in my subs, so it will first getting the mysql records and when that is done its needs to read from the sqllite and add the items into the listview?
Thank you.