Collection Contents Index Tutorial: Using the SQL Anywhere .NET Data Provider Next PDF

SQL Anywhere® Server - Programming  > Tutorial: Using the SQL Anywhere .NET Data Provider

Introduction to the .NET data provider tutorial


This chapter explains how to use the Simple and Table Viewer sample projects that are included with the SQL Anywhere .NET Data Provider.

If your SQL Anywhere installation directory is not the default (C:\Program Files\SQL Anywhere 10), 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.SQLAnywhere.dll.

For instructions on adding a reference to the DLL, see Adding a reference to the Data Provider DLL in your project.

Note

The SQL Anywhere documentation describes the API for the SQL Anywhere .NET Data Provider for ADO.NET 2.0.

If you are developing an application with ADO.NET 1.0, refer to the API reference for the SQL Anywhere .NET Data Provider at [external link] http://www.ianywhere.com/downloads/products/sqlanywhere/sql_10_dotnet_api_reference.pdf.


Collection Contents Index Tutorial: Using the SQL Anywhere .NET Data Provider Next PDF