.NET sample projects

There are several sample projects included with the SQL Anywhere .NET Data Provider:

  • LinqSample   A .NET Framework sample project for Windows that demonstrates language-integrated query, set, and transform operations using the SQL Anywhere .NET Data Provider and C#.

  • SimpleCE   A .NET Compact Framework sample project for Windows Mobile that demonstrates a simple listbox that is filled with the names from the Employees table when you click Connect.

  • SimpleWin32   A .NET Framework sample project for Windows that demonstrates a simple listbox that is filled with the names from the Employees table when you click Connect. For more information, see Tutorial: Using the Simple code sample.

  • SimpleXML   A .NET Framework sample project for Windows that demonstrates how to obtain XML data from SQL Anywhere via ADO.NET. Samples for C#, Visual Basic, and Visual C++ are provided.

  • SimpleViewer   A .NET Framework sample project for Windows. For more information, see Tutorial: Developing a simple .NET database application with Visual Studio.

  • TableViewer   A .NET Framework sample project for Windows that allows you to enter and execute SQL statements. For more information, see Tutorial: Using the Table Viewer code sample.