Re: Integer array as BLOB



Actually I should have said that I need utility functions that can *interprete* a byte array as integer array, and vice versa.

Thanks!
==================


Jatin wrote:
On a small project that I am working on I need to store an array of integers as BLOB in a database. I am not a database programmer, but BLOB is actually an array of bytes, if I have got it right. Are there any utility functions that can help convert a byte array to integer array, and vice versa?

Thanks!
.