G
Guest
I have a database table with a BLOB column where I want to store RTF data.
I have a typed dataset for my table.
I have a Windows Form with a RTF Editor Control which I want to databind
against my typed dataset via a Binding source.
Databinding a string property against a Byte Array column dosen't seem to
work.
Does anyone have an idea on how to solve this problem
I have a typed dataset for my table.
I have a Windows Form with a RTF Editor Control which I want to databind
against my typed dataset via a Binding source.
Databinding a string property against a Byte Array column dosen't seem to
work.
Does anyone have an idea on how to solve this problem