I am debugging this error on my dataset table.I dunno what error is this should called.I calling store procedure then return to me this error.When i run in mssql is showing fine.But debug in C# ,1st table is showing fine but 2nd table is showing error mark in all my data column(except the FieldName and i have 2 table ).
here is my code for calling sp:
MySqlConn _sqlConn = new MySqlConn(Config.ConnStrO(mth));
DataSet ds = _sqlConn.ExecSProcDS("StoreProcName", out result,UserName, dFrom, dTo);
return ds;
my error part: