Hi,
XSJS allows to retrieve data from HANA DB by firing Select queries on the underlying object(like table or a view), like any other programming paradigm.
- open a db connection
- form a sql query as a string
- execute the sql query
- process the result set
- close the db connection
Best Regards,
Ranjit