On 8 Oct 2015, at 10:47pm, K. P. <platysternon at hotmail.com> wrote:

> Am using SQLiteStudio - which I really like - though I have wondered if it 
> passes all its knowledge around errors onto the user...

For such experimentation I recommend the SQLite command line tool.  It's the 
thinnest practical shell around the raw SQLite API, and written by the SQLite 
developer team.  If it produces an error you're 100% sure that this is the 
error generated by the API.

GUI tools like SQLiteStudio are fine ... for routine or simple organisations 
that you understand.  I just wouldn't use it for learning something new.

Simon.

Reply via email to