Hi everyone, I've an app that need to download an huge dataset.
We are talking about making a http request the return a json of 8000 rows, that need to be stored in a local SQL DB in the device.
Now.. the problem is the following: downloading and storing all the rows in the DB takes a while...
I am currently trying to get a project working which uses the threading library created by agraham. I am using this code to start the thread:
Sub Button1_Click
Dim params(0) As Object
thread1.Start(Null, "threadSub", params)
End Sub
Sub threadSub
For i = 0 To 20000
If i Mod...
Hi there
I'm thinking with all the toolbar functionality when creating a thread, how can one add a table in his/her post? Is that even possible whether in BB code or rich text editor?
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.