Hi!
quick question…
is there any way to detect (or calculate) the size of a query/queries?
i was an ActionScript developer and there you have some methods like getBytesLoaded
and getBytesTotal
to build my own progress bar. i’d like to know the “wieght” of each query, because i perform several queries to update my sqlite database (500k+ records in total), just to let the user know that “something is happening in background”
thank you