Re: [sqlite] Help!

2018-11-06 Thread Mike King
Hi, Surely it’s just a case of attaching the database file as an attachment to the e-mail. Cheers On Tue, 6 Nov 2018 at 19:52, am...@juno.com wrote: > November 6, 2018 Dear Good People: I would be most appreciative if any of > you how know how to take a database in database (not structure) for

[sqlite] Help!

2018-11-06 Thread am...@juno.com
November 6, 2018 Dear Good People: I would be most appreciative if any of you how know how to take a database in database (not structure) form--and copy and paste it into an e-mail, please explain in extremely explicit detail. Thanks much in advance. Respectfully yours, Alex Stavis

Re: [sqlite] sharing in memory db through threads

2018-11-06 Thread Wasilios Goutas
thanks for the hint to https://sqlite.org/uri.html I changed the open statement to make use of URI sqlite3_open_v2("file::memory:?cache=shared", &db_shared, SQLITE_OPEN_URI | SQLITE_OPEN_READWRITE, NULL ) and it works as expected :) > Wasilios Goutas hat am 5. November 2018 um 21:25 > geschr