您正在查看 "程序人生" 分类下的文章 ... var $db_password; // 连接数据库密码 var $db_name; // 需要连接的数据库名称 var $db_connect; // 数据库连接实体 ...
基于4个网页-相关网页
在DB 2中,在发出与数据库相关的命令之前,总是要连接到数据库。因此,在这种架构下,对象名称不需要包括数据库名称。
In DB2 you always connect to a database before issuing database specific commands; therefore, under this architecture, object names need not include the database name.
您只需要确保在php中更改连接字符串,以匹配数据库的名称。
You just need to make sure that you change the connection strings in the PHP to match the name of the database.
然而,ClearQuest 7.0版本不再需要DB 2客户端,因为它可以在基于安装在维护表中的连接信息直接访问DB2数据库,包括这个服务器名称。
However, ClearQuest 7.0 no longer needs a DB2 client, because it accesses DB2 database directly, based on the connection information installed in schema repository, including the server name.
应用推荐