M
Manvendra Kumar
i ran directly a query (select * from objects) in SQL. Message in one column
displayed a mesage <Binary data>. when i am trying to retreived this cloumn
using c#, i get exception error. While debugging i found that error was
reproducible at dataGridView3.DataSource = bindingSource1;
"bindingSource1.DataSource = GetData(SqlQuery);" i used this to get data
from SQL. getdata is my function.
if i leave this column my program run fine. Is there any Solution?
displayed a mesage <Binary data>. when i am trying to retreived this cloumn
using c#, i get exception error. While debugging i found that error was
reproducible at dataGridView3.DataSource = bindingSource1;
"bindingSource1.DataSource = GetData(SqlQuery);" i used this to get data
from SQL. getdata is my function.
if i leave this column my program run fine. Is there any Solution?