Fin Springs wrote:
> 
> My question is, if I changed  
> the statement in the single exec call to "BEGIN IMMEDIATE;UPDATE  
> foo...;COMMIT", will sqlite3_changes still return the same value as  
> before? Or do I need to make the BEGIN/COMMIT in separate exec calls  
> from the UPDATE to get my count?
> 

I don't know for sure, but I suspect it would be the same. It seems like 
it should be simple enough to try it out both ways.

Dennis Cote

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

Reply via email to