On 13 Aug 2015, at 11:34am, Chris Parsonson <z2668856 at gmail.com> wrote:
> Has anybody ever used this ATTTACH command?
> Still doesn't work
The code shown does not read the row back again once it is written. What makes
you think your new row is not being stored ?
What does it do when it doesn't work ?
Download the SQLite shell tool from
<https://www.sqlite.org/download.html>
and try the same command. Tell us what you get.
I suspect that your program is opening a new database file somewhere other than
where you think it is. Possibly in a temporary folder somewhere.
Simon.