views:

22

answers:

2

Is there a way to control the integrity of a DB2 query/response between Websphere 6.1 and DB2 8.1 ?

I know there is a SecurityMechanism usuable with the JDBC UDB Type 4 driver to encrypt password and data. Is there something similar for integrity ?

A: 

I'm not sure if I understand your question correctly, but TCP/IP manages the integrity of the communication between sockets.

The software is built on the assumption that the communication layer will provide integrity of the message-response loop.

Steve De Caux
A: 

In fact, I'm looking for something better than the basic checksum tcp provides. SSL has a much better integrity check, but there is no SSL support on JDBC with DB2.

julien