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

SQL Anywhere 11.0.1 (中文) » UltraLite - .NET 编程 » SQL Anywhere Explorer for UltraLite

 

在 Ultralite 项目中使用 SQL Anywhere Explorer

在 Visual Studio 中,可以使用 SQL Anywhere Explorer 创建与 UltraLite 数据库的连接。在连接到数据库后,您可以:

  • 浏览表和表数据

  • 设计程序打开与 UltraLite 数据库的连接,或者检索和操作数据

  • 将数据库对象拖放到 C# 或 Visual Basic 代码或窗体,使 IDE 自动生成引用所选对象的代码

还可以在 [Tools] 菜单中选择相应命令,从 Visual Studio 打开 Sybase Central 和 Interactive SQL。

安装说明

如果在已装有 Visual Studio 的 Windows 计算机上安装 UltraLite 软件,安装过程会检测到 Visual Studio 的存在,并运行必要的集成步骤。如果在安装 UltraLite 之后安装 Visual Studio,或安装新版本的 Visual Studio,必须在命令提示符处完成将 UltraLite 与 Visual Studio 集成的过程,操作步骤如下:

  • 确保 Visual Studio 未运行。

  • 在命令提示符处运行 install-dir\UltraLite\UltraLite.NET\Assembly\v2\installULNet.exe


在 Visual Studio 中使用 UltraLite 数据库连接
配置 SQL Anywhere Explorer
使用 SQL Anywhere Explorer 添加 UltraLite 数据库对象
使用 SQL Anywhere Explorer 处理 UltraLite 表