DB2 Connection string to connect to the server from client without theĀ odbc connetion.
1 Answers
You can set by:
$db_conf = array();
$db_conf[“type”] = “db2”; // for native php driver
$db_conf[“server”] = “localhost”; // server host
If it does not work, you can send your working connection string and i’ll update you phpgrid alternate.
Your Answer