We are running the SAPUI5 application on MaxDB on the cloud platform.
Using this link we could connect to the database schema and retrieve its structure as DDL statements (in eclipse: right click on the schema and generate DDL).
The question is how to perform the full dump of the db from the cloud including the schema structure and data as creates, inserts, etc?
Thank you!
Alexey