Created Date: 8/13/2008
Last Updated: 8/13/2008
Description: This project demonstrates the ability to use the Synergy object syntax to define classes for DataTable, DataColumn and DataRow. These can then be used in your Synergy code to build and expose the data and table schema to a .NET client using XML and xfServerPlus. It was demonstrated at the 2008 SPC.
Platforms: Windows
Products: Synergy DBL; C#
Minimum Version: 9.1.5
Author: Richard Morris
Additional Information: Put the files onto your C: drive.
Run the installation program to install the client application. The setup can be found in C:\SPC2008_Syn_DataTable\setup\ folder.
The Workbench workspace can be found in the C:\SPC2008_Syn_DataTable\prj folder, named SynPSGWorkspace.
If you do not have workbench, open a command window and navigate to the \SPC2008_Syn_DataTable folder. Run the setup.bat batch file. This will configure the base environment,
You will need to create an xfServerPlus server. It should be configured on port 2500 and include the environment variable XFPL_INIPATH pointing to C:\SPC2008_Syn_DataTable\smc
To run the program, from the command prompt, type
Runit
If you need to rebuild the sample application then from the command window use the following commands:
Buildit.bat
The visual studio client application can be found in C:\SPC2008_Syn_DataTable\VSExamples. You will need Visual Studio 2008.