|
PHP5中文手册
Ovrimos SQL Functions简介Ovrimos SQL Server, is a client/server, transactional RDBMS combined with Web capabilities and fast transactions.
需求You'll need to install the sqlcli library available in the Ovrimos SQL Server distribution. 安装To enable Ovrimos support in PHP just compile PHP with the --with-ovrimos[=DIR] parameter to your configure line. DIR is the Ovrimos' libsqlcli install directory. 运行时配置本扩展模块在 php.ini 中未定义任何配置选项。 资源类型
范例
Example#1 Connect to Ovrimos SQL Server and select from a system table
<?php Table of Contents
|