Re: JS SDK and Database Version 13r2
Hello Anton,
just for documentation purposes, the answer depends on, if access to the database is done from from app service or the app client.
Library for database access from the JavaScript app service is documented here:
https://sdk.innovaphone.com/13r2/doc/reference.htm#JS_library_service => Database
It is also possible to use prepared statements from the App Client:
https://sdk.innovaphone.com/13r2/doc/appgeneric.htm#client
The prepared statements must be defined first in the JavaScript Runtime conig.json https://sdk.innovaphone.com/13r2/doc/appgeneric.htm#config-database
In this case no JS source code is required on the app service side.
Best Regards
Andreas Fink