Skip to Content
0
Mar 20, 2019 at 02:53 AM

How do I connect to SAP HANA from .NET without installing driver on the web server

263 Views Last edit Mar 20, 2019 at 07:01 PM 5 rev

We have an application that uses SAP HANA as the backend database and a .NET UI. We are connecting .NET to HANA db via ADO driver and the driver is installed on the web server. We moving to a different architecture/design where we will NOT be able to install ADO or any other driver on the web server. We would like what options we have to be able to connect our .NET UI to HANA db ?

One thing we tried was - without installing the driver on the server, we added .dll to the .NET solution as a reference but it did not work for us. We received the error below -

System,.IO.FileNotFoundException: Cannot find libSQLDBCHDB.dll

Any help is much appreciated.

Thanks!