ifx_pconnect
打开 Informix 服务器持续连接。 
语法: int ifx_pconnect(string [database], string [userid], string [password]); 
返回值: 整数 
函数种类: 数据库功能 
 本函数与 ifx_connect() 很类似。不同的地方在于使用本函数打开数据库时,程序会先寻找是否曾经执行过本函数,若执行过则返回先前执行的 ID。另一个不同的地方是本函数无法使用 ifx_close() 关闭数据库。 
 ifx_connect()  ifx_close()   
 
  |