Please be advised that this ComponentOne software tool is accompanied by various sample projects and/or demos which may make use of other development tools included with ComponentOne Studios.
Note: The ComponentOne Samples are also available at http://helpcentral.componentone.com/Samples.aspx.
Visual Basic and C# Samples
Sample |
Description |
DataOnTheWeb |
Shows how to use C1WebDataObjects for building Web applications allowing showing and updating data from SQL server. This sample uses the C1WebDataSet component. |
DataOnTheWebExpress |
Shows how to use C1WebDataExpress for building Web applications allowing showing and updating data from SQL server. This sample uses the C1WebExpressConnection and C1WebExpressTable components. |
UsingMemoryResident |
Shows how to use memory-resident table views in C1WebDataObects, using a memory-resident table to validate an ID entered by the user. This sample uses the C1WebDataSet component. |
UsingMemoryResidentExpress |
Shows how to use memory-resident table views in C1WebDataExpress, using a memory-resident table to validate an ID entered by the user. This sample uses the C1WebExpressConnection and C1WebExpressTable components. |
UsingSessionCache |
Demonstrates usage of session cache to achieve isolated data representation for each user in C1WebDataObjects. This sample uses the C1WebDataSet component. |
UsingSessionCacheExpress |
Demonstrates usage of session cache to achieve isolated data representation for each user in C1WebDataExpress. This sample uses the C1WebExpressConnection and C1WebExpressTable components. |
|