How to concatenate 2 strings in one BLOB String to be able to insert into a media object text
Hi To all
We are upgrading from XE to 9.1, just have finished the retrofit and I'm validating the custom developments
I have a customization of R42565 that calls a NER bsfn that adds a new line to the SO with an fixed item and then add an small text attachment
on XE we handled this with a direct insert in F00165 giving the kely to the new SO line, the text and the text lenght
Now in 9.1 I see that the string that holds the text has changed form an string to a binary blob
the problem is that i build the attached text with the use of several concat functions and now I find that the concat function do not work on the TXFT data type as it is a binary blob
We are upgrading from XE to 9.1, just have finished the retrofit and I'm validating the custom developments
I have a customization of R42565 that calls a NER bsfn that adds a new line to the SO with an fixed item and then add an small text attachment
on XE we handled this with a direct insert in F00165 giving the kely to the new SO line, the text and the text lenght
Now in 9.1 I see that the string that holds the text has changed form an string to a binary blob
the problem is that i build the attached text with the use of several concat functions and now I find that the concat function do not work on the TXFT data type as it is a binary blob
1