1 of 1 users consider this post helpful
database connection with serverside javascript
Hello,
how i could use the app own database to store and read information with serverside javascript is excelent explained in your sdk. Thank you for that.
But how could i connect to another database on this app plattform of another app?
I need a solution for the serverside javascripting to communicate with databases from other apps, for example to read informations from the reporting db or read and write to the contacts database.
I know that is possible in c++ but i want to do that in serverside javascript.