RemoteSQL

This sample demonstrates an eXtremeSQL remote SQL client application using C#.

How to Run

To start this sample using xSQL as the SQL Server application first start xsql:

 
    xsql -size 100m -p 5001 -dbname xsqldb
     

Then in a second console window run:

 
    RemoteSql
 

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