Hi all,
I want to run SQLite scripts "under the hood"in my Clarion application.
Anyone know how I would approach this without using prop:sql ?
I need the output go straight to CSV.
I don’t need advise against or rants about why SQLite would s*ck etc.
Hi Carl,
Thanks for your reply.
It is definitely a start.
What I am looking for is to use the SQLite3.Exe Command Line Shell “under the hood” (invisible).
Thanks,
Rene
Thanks for the reply.
Suppose I do use prop:sql, then my question would be: How can I combine the five lines of code from your answer into a MyFile{prop:sql} = ?