Inserting a byte-array into a db
Hi,
I want to store a byte-array in a db. The problem is that the method to insert values into a database need a string.
So if i make something like execute("insert into table test values('" + byteArray +"')");
the stored values is not equal with the original byte-array.
Any ideas?
Message was edited by:
Olek

