Expose the Task Note field in ASP? The field is a binary type.

B

Bob

I save my project files using sql as a backend. I want to use ASP to read the tasks table and display records. The Task_RTF_Note field is a binary value. I need to display this field. Are there any components out there to display this?
 
K

Kevin Flanagan

It would be easier to write a VBA macro and have it print
out your notes fields.

Kevin
-----Original Message-----
I save my project files using sql as a backend. I want
to use ASP to read the tasks table and display records.
The Task_RTF_Note field is a binary value. I need to
display this field. Are there any components out there
to display this?
 
Top