storing multiple values as binary in one field
Posted
by Enghoej
on Stack Overflow
See other posts from Stack Overflow
or by Enghoej
Published on 2009-09-12T12:32:16Z
Indexed on
2010/05/28
2:01 UTC
Read the original article
Hit count: 252
Hi I have a project where I need to store a large number of values. The data is a dataset holding 1024 2Byte Unsigned integer values. Now I store one value at one row together with a timestamp and a unik ID. This data is continously stored based on a time trigger.
What I would like to do, is store all 1024 values in one field. So would it be possible to do some routine that stores all the 1024 2byte integer values in one field as binary. Maybe a blobfield. Thanks.
Br. Enghoej
© Stack Overflow or respective owner