Display RTF data From oracle LONG to RichTextBox
Hi,
i have a richtextbox control in which i can paste any content from a word document. i have stored this content to the oracle table ( the column used is of type LONG). The problem is that it worked with Oracle 7 Client for years but it doesnt work with Oracle 9i Client. It only shows "{r 0\" in every record selected.
This is the way we're using it
RTB.TextRTF = RS.rdoColumns!FieldName
Thanks
P. G.
|