Hi;
I get from Oracle Table a field BLOB with a big size (contains many data) and I would like to write a class which to get this field and to analyze the data for creating of the structures and objects.
For example into this field, at position 1 to 10, its of variables, position 12 at 45 its of indictors, etc...
Q : When I retrieves the BLOB, how implement the analyze binary (the size is very important) ?
A example or a implementation on this subject will be great.
Regards;
I get from Oracle Table a field BLOB with a big size (contains many data) and I would like to write a class which to get this field and to analyze the data for creating of the structures and objects.
For example into this field, at position 1 to 10, its of variables, position 12 at 45 its of indictors, etc...
Q : When I retrieves the BLOB, how implement the analyze binary (the size is very important) ?
A example or a implementation on this subject will be great.
Regards;