former_member639834
Explorer
Member since ‎11-01-2019

User Statistics

  • 5 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

We are created third party application that allow user to manage his approval requests. In order to approve or reject the request, we are using the below code: SAPbobsCOM.Company oCompany = company.Company; SAPbobsCOM.CompanyService oCompServ = oC...
We are developing a C# application, which will connect to SQL or HANA as per client request. In SQL, we create a stored procedure with table type parameter and call this procedure from C# application, and fill data in dataTable to send them as tabl...
We are developing a C# application, which will connect to SQL or HANA as per client request. In SQL, we create a stored procedure with table type parameter and call this procedure from C# application, and fill data in datatable to send them as tabl...