zero results behaviour in SELECT using executeAsync of mozIStorageStatement object,

AnyncDausyDaw

New Member
I run a SQL SELECT statement using executeAsync function of mozIStorageStatement object, the thing is, when the statement get no results, the handleresult function of the callback doesn't run. Is this a normal behaviour or do I have a bug? If it is a normal behaviour, then how do I write a code that will run in the case we have zero results?
 
Top