Hi All,
I read the SQLite document about the sqlite3_step() as below:
    The details of the behavior of the sqlite3_step() interface depend on 
whether the statement was prepared using the newer "v2" interface 
sqlite3_prepare_v2() and sqlite3_prepare16_v2() or the older legacy interface 
sqlite3_prepare() and sqlite3_prepare16.

So what is the detaill behavior of sqlite3_step() interface when:
    1) The statement using sqlite3_prepare() vs
    2) sqlite3_prepare_v2()
Thanks,
JP


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

Reply via email to