Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » UltraLite - .NET Programming

 

UltraLite.NET application development

The UltraLite.NET API provides the iAnywhere.Data.UltraLite namespace. This namespace provides an ADO.NET interface to UltraLite. It has the advantage of being built on an industry-standard model and providing a migration path to the SQL Anywhere ADO.NET interface, which is very similar.

The .NET Compact Framework is the Microsoft .NET runtime component for Windows Mobile. It supports several programming languages. You can use either Visual Basic.NET or C# to build applications using UltraLite.NET.

Note

You can use the UltraLite C/C++ API as an alternative to the UltraLite.NET API to create applications for Windows Mobile devices and desktop. For more information, see UltraLite C++ application development.


SQL Anywhere tools in Visual Studio
Connection setup for an UltraLite database
Data creation and modification using SQL statements
Data creation and modification using the ULTable class
Transaction management
Schema information access
Error handling
MobiLink data synchronization
How to build and deploy UltraLite.NET applications