Is there any way to duplicate a sqlite3_stmt instance? I like being able to prepare and cache multiple statements but since the results are also tied into the statement structure, I'd like to be able to duplicate the statement to be used in another query. My only reasoning for doing this is to bypass the byte code compilation of the SQL statement, I don't need to duplicate the results or even the bound values.
-Shaun _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

