Hi all,
I am having a prob in streaming the value from blob to big text. I have used the following code
TempBlobs.Blob.CREATEOUTSTREAM(Outs);
XMLPORT.EXPORT(50001,Outs);
TempBlobs.Blob.CREATEINSTREAM(Ins);
CLEAR(Big);
Big.READ(Ins);
The system throws error in the line Big.READ(Ins); the error is as follows
Can any one please tell me where i go wrong
The following text cannot exceed a total of 42616 characters.’’ +
’
Regards,
Karthik.D