Below is the code am trying to use
string sql = ("select item, sum(dr) from ledger where companyid = '"+ textbox1.text+"' GROUP BY item");
Below is the code am trying to use
string sql = ("select item, sum(dr) from ledger where companyid = '"+ textbox1.text+"' GROUP BY item");
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.
Sachin SinghPosted Sep 2, 2021, 11:01 AM
Ganesan CPosted Sep 2, 2021, 11:01 AM