M
Mark
Hi
I am attempting to load data from an ADO recordset (data type = image on SQL
server) into a rich text box. I can save data from the box to the server ok
but I can't display it
(
I keep getting errors along the line 'cast byte from string not valid'
running
pNoteRTF.Rtf=rs("noteRTF").Value
Any ideas or examples would be much appreciated...
Also, would I be better off storing the rtf as a file as opposed to an image
maybe?
Cheers
Mark
I am attempting to load data from an ADO recordset (data type = image on SQL
server) into a rich text box. I can save data from the box to the server ok
but I can't display it

I keep getting errors along the line 'cast byte from string not valid'
running
pNoteRTF.Rtf=rs("noteRTF").Value
Any ideas or examples would be much appreciated...
Also, would I be better off storing the rtf as a file as opposed to an image
maybe?
Cheers
Mark