You could try padding it with zeros or tacking zeros onto the end so that the right number of characters is present (I believe it needs to be a multiple of two)
On Sat, Aug 28, 2010 at 3:05 AM, Ricardo Simas <[email protected]> wrote: > Hi > > I'm working at a scriptella that converts MySQL data to H2 data. This > includes BLOB data but Java cannot show the converted images. The > hexadecimal remains the same. > Java can show those MySQL images correctly. > I tried to concat the hexadecimal with X'...' but it doesn't work > anyway. I got a "Hexadecimal string with odd number of characters" > error. > > Any idea? > > -- > You received this message because you are subscribed to the Google Groups "H2 > Database" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/h2-database?hl=en. > > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
