Home
Name Modified Size InfoDownloads / Week
whitefoxsqltool.zip 2021-09-12 34.8 MB
README.txt 2021-09-03 1.3 kB
Totals: 2 Items   34.8 MB 0
2
===>>> What is WhiteFox:
  - A web sql query tool that is based on JSWEBSERVER(https://sourceforge.net/projects/jswebserver/) 

===>>> WhiteFox install:

  1.- Download and install Java JDK 1.8 (https://adoptopenjdk.net/), remember to setup you path variable.
  
  2.- Uncompress whitefoxsqltool directory to any directory of your choice.

  3.- Download the latest version of SQLite JDBC Driver: Go to the download page and download the latest version of the driver. 
    At the time of this writing, the latest version is:
    https://repo1.maven.org/maven2/org/xerial/sqlite-jdbc/3.34.0/sqlite-jdbc-3.34.0.jar

    * Store the sqlite jdbc jar into whitefoxsqltool/jarlib directory.

  Note. When you download a new JDBC driver, it is needed to restart jswebserver in order to WhiteFox be able to use it.

===>>> starting jswebserver:
  Windows:
  jswebserver.bat: starts jswebserver under Windows in interactive mode.
  jswebserver.vbs: starts jswebserver under Windows in background mode.
  
  Linux:
  jswebserver.ksh: Web Server connection info and Starts/Stop jswebserver under Linux in background mode, run it this way:
    jswebserver.ksh start
    jswebserver.ksh stop  
  

===>>> September/03/2021 - Bug fix, we were getting an error when exporting queries with equal(=) sign or plus(+) sign in the sql code.

Source: README.txt, updated 2021-09-03