Hi My store producer execute in SQL server successfully but when i tried to consume using C# code getting value conversion failed exception when tried to fill the dataset .
adapter = new SqlDataAdapter(command);
adapter.Fill(ds);
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suresh MPosted Nov 26, 2019, 11:22 PM
Jaimin ShethiyaPosted Nov 25, 2019, 3:28 AM
Can you please share the whole code for calling the SP code so will investigate what was the wrong.
Thanks
radhakrish nanPosted Nov 23, 2019, 12:31 AM
Tushar DikshitPosted Nov 22, 2019, 3:59 PM