cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting HANA DB-B1 to MVC web App ASP.NET-C#

Hi Everyone. I'm using SAP B1.

I'm trying to create an MVC app Using ASP.Net and C#.
is there is any resource that I can use?

I'm stuck on database HANA connection.

Thanks before

Accepted Solutions (1)

Accepted Solutions (1)

former_member390407
Contributor

Hi Noor,

There is nothing special in connecting to HANA DB from ASP MVC. That is absolutely the same with other .NET applications (console, win forms, WPF etc). You just need to have the driver installed (on the application server of course). After you can create your model based on HANA DB like you would do with SQL Serve or other DBMS. You can find more information in this post

If you want to work with B1 objects you can use ServiceLayer for this purposes, then you won't need any drivers. More information:

Answers (0)