wei_sun
Associate
Associate
Member since ‎2014 Aug 29

User Statistics

  • 4 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I want to use nodejs to access hana cloud instance in local docker container, the nodejs code is below var hdb = require("@sap/hana-client"); var options = { host: "localhost", port: "30041", uid: "uname", pwd: "pw", encrypt: true, pol...