ASA Programming Guide
Introduction to the Adaptive Server Anywhere .NET Data Provider
There are three sample projects included with the Adaptive Server Anywhere .NET data provider. They are:
SimpleCE A Compact Framework Windows CE sample that demonstrates a simple list box that is filled with the names from the employee table when you click the Connect button.
SimpleWin32 A Windows sample that demonstrates a simple list box that is filled with the names from the employee table when you click the Connect button.
TableViewer A Windows program that allows you to enter and execute SQL statements.
For tutorials explaining the win32 and Table Viewer samples, see Using the Adaptive Server Anywhere .NET Data Provider Sample Applications.
If your SQL Anywhere installation directory is not the default (C:\Program Files\Sybase\SQL Anywhere 9), you may receive an error referencing the data provider DLL when you load the sample projects. If this happens, add a new reference to iAnywhere.Data.AsaClient.dll.
For instructions on adding a reference to the DLL, see Adding a reference to the data provider DLL in your project.