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

SQL Anywhere 12.0.1 » SQL Anywhere 服务器 - 编程

 

Perl DBI 支持

DBD::SQLAnywhere 是用于 DBI 的 SQL Anywhere 数据库驱动程序,DBI 是用于 Perl 语言的数据访问 API。DBI API 规范定义了一组函数、变量和约定,这些函数、变量和约定提供了一致的数据库接口,该接口独立于实际所用数据库。使用 DBI 和 DBD::SQLAnywhere,您的 Perl 脚本可以直接访问 SQL Anywhere 数据库服务器。


DBD::SQLAnywhere
在 Windows 上安装 Perl/DBI 支持
在 Unix 和 Mac OS X 上安装 Perl/DBI 支持
使用 DBD::SQLAnywhere 的 Perl 脚本