.Net Connector for SAP HANA with .Net Core

后端 未结 2 2074
再見小時候
再見小時候 2020-12-18 03:26

We are creating a web api for our organization. API connects and retrieves data from a HANA View. I am referring the sample provided at the below link to establish the conn

2条回答
  •  借酒劲吻你
    2020-12-18 03:52

    We had created the local nuget Package using x86 version of SAP .Net connector, our app was running on 64bit mode. Hence it was failing. I recreated the package using 64bit version of dll and the problem got resolved.

提交回复
热议问题