March 2012
Intermediate to advanced
442 pages
9h 31m
English
In the previous recipe, we saw how we can use trusted connections in Java. In this recipe, we will use trusted connections in PHP. Starting from DB2 9.5 FP3, the ibm_db2 extension for PHP supports trusted connections. We will use this extension to see how we can create trusted connections and how we can switch user IDs on an established trusted connection.
IBM_DB2 extension configured in PHP.CREATE TRUSTED CONTEXT ctx_common BASED UPON CONNECTION USING SYSTEM AUTHID db2admin ATTRIBUTES (ADDRESS 'localhost', ENCRYPTION 'NONE') ENABLE WITH ...Read now
Unlock full access