March 2012
Intermediate to advanced
442 pages
9h 31m
English
In the previous recipe, we saw why trusted contexts are needed and we also saw how to create a trusted context. Once a trusted context is created, it can be used in various languages to create trusted connections. The infrastructure to create trusted connections is provided by the database drivers for that language. DB2 provides the following drivers that support trusted connections (as of DB2 9.7 GA):
ibm_db2 Driver for PHPIn this recipe, we will see how we can establish trusted connections in Java and switch user IDs within a connection. In this recipe, we will use the IBM DB2 driver ...
Read now
Unlock full access