rsql

This sample demonstrates the eXtremeSQL remote SQL client application.

How to Run

To start this sample using xSQL as the SQL server application In a console window run:

 
    xsql -size 100m -p 5001 -dbname xsqldb -i 
     

Then in a second console window run:

 
    RemoteSQL 
 

Then execute the SQL statement "select * from MyTable" to see that the Java client has created the table "MyTable" and inserted two objects.

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