Re: Difference between Blob and varchar binary

2005-08-03 Thread Jigal van Hemert
Gleb Paharenko wrote: In my opinion, one of the causes of the problem can be the processing of trailing spaces in varbinary fields. See: http://dev.mysql.com/doc/mysql/en/binary-varbinary.html "William R. Mussatto" <[EMAIL PROTECTED]> wrote: I was storing some 8 bit information in a varchar b

Re: Difference between Blob and varchar binary

2005-08-02 Thread William R. Mussatto
Gleb Paharenko said: > Hello. > > In my opinion, one of the causes of the problem can be the processing of > trailing spaces in varbinary fields. See: > http://dev.mysql.com/doc/mysql/en/binary-varbinary.html Thanks, you may be right since the results are too short. > > "William R. Mussatto" <[EM

Re: Difference between Blob and varchar binary

2005-08-02 Thread Gleb Paharenko
Hello. In my opinion, one of the causes of the problem can be the processing of trailing spaces in varbinary fields. See: http://dev.mysql.com/doc/mysql/en/binary-varbinary.html "William R. Mussatto" <[EMAIL PROTECTED]> wrote: > I was storing some 8 bit information in a varchar binar