cancel
Showing results for 
Search instead for 
Did you mean: 

connecting node,js to SAP HANA View

saphana
Explorer

Hi All,

With the help of developers.sap.com tutorial i have connected to SAP HANA DB table using Node JS.

but i am not able to connect to Graphical calculation view (Query) from NodeJS

got the below error

View Entire Topic
pfefferf
Active Contributor

Have you tried to set the name in quotes?

result1 = client.exec(`SELECT * FROM "_SYS_BIC"."I058910/CVG_ETI_JOIN"`);
saphana
Explorer
0 Kudos

thanks for your reply. i will try and let you know

saphana
Explorer

your solution worked fine for me thanks a lot

luisdarui
Advisor
Advisor
0 Kudos

saphana_suresh Great to hear that the answer helped you! Please make sure to mark the answer as correct to help others to find this solution when searching in the future!