Urgent, Help!!!

Hi, How to encrypt data while using JDBC connecting to the DATABASE? Thanks in advance!Tao2001/09/17
[149 byte] By [louis1970] at [2007-9-26 7:08:45]
# 1
1 - Use something besides JDBC.2 - Write your own driver.3 - Re-examine the problem to determine why security should be handled by JDBC instead of something else.
jschell at 2007-7-1 16:50:23 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...