On 8 Dec 2015, at 10:18pm, Bart Smissaert <bart.smissaert at gmail.com> wrote:

>> on standard output
> But how this work in concrete steps? Does code have to be added to SQLite
> to write for example to a text file?

SQLite sends text to the standard output channel while your program is making 
SQLite calls.

You should be able to see this text in a console window.  You bring this up 
various ways depending on your development environment but one example is ...

<https://msdn.microsoft.com/en-us/library/3hk6fby3.aspx>

If instead you run your program by typing its name into a terminal command like 
the output will appear in your terminal window.

Simon.

Reply via email to