Encrypted JDBC between JAVA Middletier and MSSQL Server



Hi,
I have my J2EE application (SUN JAVA Application server ) accessing business
data stored in MS SQL Server 2000.
I'm using com.microsoft.jdbc.sqlserver.SQLServerDriver class for JDBC
connectivity.
I want secure ( encrypted data exchange between App. and DB) communication.
As evident Force Protocol Encryption feature in SQL Server can ensure
encrypted communication betweeen MS client and server.
Will it also ensure a security between JAVA application and DB Server ?
or Do i need to upgrade my driver class ?
Also what sort of encryption it performs ? Do i have a choice ?

Thanks
aich

.



Relevant Pages


Loading