"Bharath Booshan L" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > We have developed an App that was written for Version 3.1.3 available > in > Mac OS 10.4. > Now I have to move all the sqlite_exec to prepare/step/finalize > methods, > but as per the documents, it says 'use of sqlite_prepare is not > recommended'
Well, it's not recommended for applications using SQLite version where sqlite_prepare_v2 is available. If it's not available, you don't have much choice. > Is sqlite_prepare supported in 3.1.3? Yes. It's supported in all 3.* versions. Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

