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

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - 编程 » 使用 SQL Anywhere 编程简介 » SQL Anywhere Explorer

 

使用 SQL Anywhere Explorer

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

  • 查看数据库中的表、视图和过程

  • 查看存储在表和视图中的数据

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

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

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

安装说明

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

  • 确保 Visual Studio 未运行。

  • 在命令提示符处运行 install-dir\Assembly\v2\SetupVSPackage.exe /install


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