Hey guys,
I'm working on an SQLite3 wrapper using C programming.
I was wondering if you know how can I set database properties such as mode, headers and echo through the C application.
For example when running the SQLite shell and you are connected to the database you can do something like :
.mode col
.headers on ///and so on
Can i do that using code and not from the command line level?
Thanks,
Liza