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, Richard Hipp <drh at sqlite.org> wrote:
> 
> On 12/6/15, Thomas Morris <morristc at me.com> 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 (dot)mode csv, or any (dot) command is not possible when
>> SQLite is embedded, simply due to the (dot) commands being for use within
>> the shell.  Is there an alternative way to export, other than by using (dot)
>> mode, or am I simply out of luck?
>> 
> 
> Do you need your Java application to do this export?  Or do you just
> need to get this export done, once?
> 
> If the latter, then simply move the database file to a workstation and
> run the (dot)commands there using a shell.
> 
> -- 
> D. Richard Hipp
> drh at sqlite.org
> _______________________________________________
> sqlite-users mailing list
> sqlite-users at mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to