On Wed, Dec 3, 2014 at 8:36 PM, Jonathan Leslie <[email protected]> wrote:
> no such function writefile. do I have to update my sqlite3???? > > The writefile() function is built into recent sqlite3.exe command-line shells. Very recent once, at least. If you are not using a recent command-line shell, then you can add that function as a loadable extension (https://www.sqlite.org/loadext.html). The source code is at https://www.sqlite.org/src/artifact/d4171c815d6543a9edef8308aab2951413cd8d0f -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

