Hello,

What happens if

 1. I prepare and execute a select statement
 2. I retrieve a couple of rows
 3. I execute a new query that would change the result of the
    query in 1
 4. I continue to retrieve the results of 1)
 
Will I get the results as if step 3 hasn't happened, is the result
undefined, or will my result set somehow be updated?

Thanks in advance,

   -Nikolaus

-- 
 »It is not worth an intelligent man's time to be in the majority.
  By definition, there are already enough people to do that.«
                                                         -J.H. Hardy

  PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6  02CF A9AD B7F8 AE4E 425C

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to