Ok, lets say you have 6 values you want to store into 1 field:
integers:
0|1|0|0|1|1
strings:
test|some|array|function|read|me
date:
(LONG)|(LONG)|(LONG)|(LONG)|(LONG)|(LONG)
etc etc..
So this means you have to write a read/write function for every datatype you have?
Why isn't this standard in MySQL? Is it supported in Oracle or some other db ??