Tutorial: Use Table Viewer Code Sample

The tutorial is based on the Table Viewer project that is included with Adaptive Server ADO.NET Data Provider.

The complete application can be found in your Adaptive Server ADO.NET Data Provider installation directory.

For C#:
 <install dir>\Samples\CSharp\TableViewer\TableViewer.csproj
For Visual Basic .NET:
<install dir>\Samples\VB.NET\TableViewer\TableViewer.vbproj

The Table Viewer project is more complex than the Simple project. It illustrates the following features:

Related concepts
Understand Table Viewer Sample Project