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 编程

 

UltraLite.NET 应用程序开发

UltraLite.NET API 提供 iAnywhere.Data.UltraLite 命名空间。此命名空间向 UltraLite 提供 ADO.NET 接口。它的优点是能够在工业标准模型上进行构建,并提供了到 SQL Anywhere ADO.NET 接口(非常相似)的迁移路径。

.NET Compact Framework 是适用于 Windows Mobile 的 Microsoft .NET 运行时组件。它支持多种编程语言。通过使用 UltraLite.NET,您可以使用 Visual Basic.NET 或 C# 构建应用程序。

注释

可使用 UltraLite C/C++ API 作为 UltraLite.NET API 的替代项来为 Windows Mobile 设备和桌面操作系统创建应用程序。 有关详细信息,请参见UltraLite C++ 应用程序开发


Visual Studio 中的 SQL Anywhere 工具
UltraLite 数据库的连接设置
使用 SQL 语句创建和修改数据
使用 ULTable 类创建和修改数据
事务管理
模式信息访问
错误处理
MobiLink 数据同步
如何构建和部署 UltraLite.NET 应用程序