Simple JDBC

This sample demonstrates inserting and updating database objects with JDBC.

How to Run

In a console window from directory samples/jdbc/SimpleJDBC run

 
    ../../../target/bin/xsql -i -c xsql.cfg
     

Then in a second console window run

 
    On Unix/Linux:
            
     
    SimpleJDBC.sh
     
    On Windows:
            
     
    SimpleJDBC.bat
 

But it is more instructive to run one instance in your development environment debugger, stepping through the code.