I'm trying to store the result of a file upload into a database field using the appendChunk method on an 'OLE object' field. If I got an even number of bytes, then everything's working well but if it's odd, then we get a problem: the last byte is truncated.
I tought of adding a vbNullChar value but in some cases, this cause problems too... Anyone has an idea?
I tought of adding a vbNullChar value but in some cases, this cause problems too... Anyone has an idea?