rajivmoghe
Programmer
Hi,
I have tried and was successful at two of the following things:
1. Create, populate and modify an object and serialize it into a file.
2. Read a File (Ascii/binary) and transfer it to a Database (Oracle 8 i ) as a Long-Raw datatype.
(Limitation encountered for binaryfile: size 54 mb)
My Question is : has anyone got any Idea of how to combine 1 and 2 without writing an intermediate file?
I am already doing it using an intermediate file, but that is a dirty hack. I want a cleaner solution.
I have tried and was successful at two of the following things:
1. Create, populate and modify an object and serialize it into a file.
2. Read a File (Ascii/binary) and transfer it to a Database (Oracle 8 i ) as a Long-Raw datatype.
(Limitation encountered for binaryfile: size 54 mb)
My Question is : has anyone got any Idea of how to combine 1 and 2 without writing an intermediate file?
I am already doing it using an intermediate file, but that is a dirty hack. I want a cleaner solution.