Ray Kiddy wrote:
Looking at the reference, it seems that one cannot assign any other data type to BLOB. There seems to be no built-in function for, for example, turning a string that represents a uuencoded binary into binary data.
Convert the String into byte[] using getBytes(String), and then put that binary data into the BLOB column. Inserting byte[] is allowed.
Inserting Blob is possible too... but AFAIK there is not actually any method of creating one. (I asked about this a while back and can't remember getting any responses to the question. :-/)
Daniel -- Daniel Noll Nuix Pty Ltd Suite 79, 89 Jones St, Ultimo NSW 2007, Australia Ph: +61 2 9280 0699 Web: http://nuix.com/ Fax: +61 2 9212 6902 This message is intended only for the named recipient. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this message or attachment is strictly prohibited.
