suchen

Heim  >  Fragen und Antworten  >  Hauptteil

Fügen Sie HTML in PHP ein, um über ODBC eine Verbindung zur Informix-Datenbank herzustellen

html插入php通过ODBC方式连接informix数据库
$odbc_conn=odbc_connect("informixname", "user", "pwd");
set_time_limit(0); 
$odbc_sql5="SELECT  * FROM  tableA";    
$odbc_res=odbc_do($odbc_conn, $odbc_sql5);
odbc_result_all($odbc_res);

无法搜索所有内容?

vzvz2070 Tage vor1001

Antworte allen(0)Ich werde antworten

Keine Antwort
  • StornierenAntwort