problem retrieving binary arrays from mysql
Posted by: praveen chavali
Date: March 12, 2005 02:14PM

hello everyone, this is my first post to the forum.
a part of my project involves calculating the digest of a password and storing it in a database.
i use java.security.MessageDigest class to instantiate a digest algorithm and then calculate the digest and store it in the database(mysql4.1).
it's fine until i store it.
when i retrieve the value, the stored and retrieved values do not match.
i feel it's got to do with the character set support could someone just help me on this.

i'll be very thankful

Options: ReplyQuote


Subject
Written By
Posted
problem retrieving binary arrays from mysql
March 12, 2005 02:14PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.