DB2 Connection to server from client without odbc connetion

QuestionsDB2 Connection to server from client without odbc connetion
german asked 6 years ago

DB2 Connection string to connect to the server from client without the  odbc connetion.

1 Answers
Abu Ghufran Staff answered 6 years ago

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.

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

11 + 12 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?