On 1/16/15, Dave Dyer <[email protected]> wrote: > > I have a class of database for which using sqlite3 to create > a copy via the "pipe" method fails. Using an explicit intermediate > file seems to work ok. > > I can supply a sample database to anyone interested in investigating.
Is the database small enough to sent to me via email? > > -- > > F:\2013 YearTech\Yearbook Tools\Resource>sqlite3 -version > 3.7.3 > > F:\2013 YearTech\Yearbook Tools\Resource>sqlite3 po.sqlite .dump | sqlite3 > po2.sqlite > Error: incomplete SQL: INSERT INTO "imageblob" VALUES(1,'G:\share\e ... > > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

