I save a Text Area Control which contains breakpoints to an Oracle table.
If I read using the SMO created from the table, the text with breakpoints is displayed.
Ex.
Test the overarching comments.
1. add comments
2. include breakpoints
3. save the comments
If I read using the SMO created from a procedure, the breakpoints are lost.
Ex.
Test the overarching comments.1. add comments2. include breakpoints3. save the comments
I have tried defining the field as both VARCHAR2 and CLOB in the procedure and both produce the same result - no breakpoints.
Any suggestions?