[sqlite] error "attempt to write a readonly database"

2015-03-07 Thread Paul Sanderson
Thanks - you pointed me in the right direction. Paul www.sandersonforensics.com skype: r3scue193 twitter: @sandersonforens Tel +44 (0)1326 572786 http://sandersonforensics.com/forum/content.php?195-SQLite-Forensic-Toolkit -Forensic Toolkit for SQLite email from a work address for a fully

[sqlite] error "attempt to write a readonly database"

2015-03-07 Thread Simon Slavin
On 7 Mar 2015, at 7:31pm, Paul Sanderson wrote: > I'm an idiot - dev environment was running as admin - so nothing else > could write to DB out side of this as a normal users. A mistake we've all made. Glad you figured it out. Simon.

[sqlite] error "attempt to write a readonly database"

2015-03-07 Thread Paul Sanderson
Thanks Simon I'm an idiot - dev environment was running as admin - so nothing else could write to DB out side of this as a normal users. Paul www.sandersonforensics.com skype: r3scue193 twitter: @sandersonforens Tel +44 (0)1326 572786

[sqlite] error "attempt to write a readonly database"

2015-03-07 Thread Simon Slavin
On 7 Mar 2015, at 4:42pm, Paul Sanderson wrote: > I have a database I have created and populated with various tables and data. > > I now want to create a new table and I get the above error. > > command is create table testtab (id int, data blob); If you are not already doing so, try using

[sqlite] error "attempt to write a readonly database"

2015-03-07 Thread Paul Sanderson
I have a database I have created and populated with various tables and data. I now want to create a new table and I get the above error. command is create table testtab (id int, data blob); I am using sqlite 3.8.6 command line to try and create the table (although the DB was created using