This sample demonstrates an eXtremeSQL remote SQL client application using C#.
To start this sample using xSQL as the SQL Server application first start xsql:
xsql -size 100m -p 5001 -dbname xsqldbThen in a second console window run:
RemoteSqlBut it is more instructive to run one instance in your development environment debugger, stepping through the code.