[sqlite] Exporting

2015-12-07 Thread Thomas Morris
at dandymadeproductions.com wrote: > >> On 12/6/15, Thomas Morris wrote: >> >>> I recently took over a Java based application that has SQLite embedded >>> and now I need to export the database into a CSV format. Reading >>> online, I have found that using (

[sqlite] Exporting

2015-12-06 Thread Thomas Morris
Unfortunately, the application is required. I am working on a government network and I cannot install sqlite, I can just run it through the application. I actually do not even access to use the command prompt to initialize the sqlite shell. Thomas Morris > On Dec 6, 2015, at 3:29 PM, Rich

[sqlite] Exporting

2015-12-06 Thread Thomas Morris
I recently took over a Java based application that has SQLite embedded and now I need to export the database into a CSV format. Reading online, I have found that using (dot)mode csv, or any (dot) command is not possible when SQLite is embedded, simply due to the (dot) commands being for use wit