xmlStream to blob
Author: yves.de.montmollin@aonhewitt.com (yves2m)
Hello, In a programm, I've generated a xmlStream. And I want to store it in a Oracle table (with length and other infos). So it can be used by an other application (non uniface, not necessarily in the same DB, proprietary of the table, with blob field in the middle of the other fields). What is the easiest way to store it ? Is it to create the structure of the table in a Uniface model (but Uniface usually puts the blob/clob/long fields at the end of the structure and uses overflow tables which don't exist in the other application) ? Do you know if there is a way to force Uniface not to use overflow data tables ? Or is it easier to create an Oracle Stored Proc to which I give all the fields and which will do the store ? I'm not very confident with Stored Proc, and I don't know if the length of the xmlStream could be a problem (data overflow ?) When someone have some experience and good advice, it would be great to share. Thanks Yves

best regards Yves



