This sample demonstrates the eXtremeSQL remote SQL client application.
To start this sample using xSQL as the SQL server application In a console window run:
xsql -size 100m -p 5001 -dbname xsqldb -iThen in a second console window run:
RemoteSQLThen 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.