I have a table in ms sql server as following
table1
in integer
pdfattachment varbinary(max)
i am using vb.net windws form application
i configure data source
if i place only in from data source on form, it works
when i try to add 2nd field( pdfattachment) i do not find pdf control in list
if i try to bind pdf control manually, it does not fill any record
my question if, if i have a varbinary field in sql table, how do i bind it to vb.net windows applicatin form.?
please help me, if any of you know the solution including microsoft, becase after googleing for a week, i coud not find a praper answer.
Thanks