Copy link to clipboard
Copied
I am trying to connect my Indesign with MySQL and retrieve data from there. I am writing code in javascript. I found something like this should working
Copy link to clipboard
Copied
This approach might work but it will be really difficult to debug this. A more better approach would be to create a CEP extension where you can use full suite of modern JS tools and also node packages which will easily allow you to connect to the MySql DB. Then you can also connect your jsx file with the CEP extension to send query and get back the result.
-Manan