Subject | Re: MD5 in VARCHAR |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-07-02T18:44:49Z |
> Is there a character set I can use to store an MD5 into a VARCHAR? IWhat is the character set you specify for connection? If it is
> tried CHARACTER SET NONE and NCHAR but these do not seem to work.
> I'd rather not BASE64Encode it if at all possible. Not sure if this
> is a driver issue or a data definition problem on my part. Here's
> the exceptions I get when I try to write the value:
different than NONE, you will get transliteration errors.
Can you provide a test case, so I can quickly check why driver
complains on data truncation in first example?
Thanks!
Roman