database - Apps Script, SQL DB, and VPN -
how can access sql database using apps script when database behind firewall , can accessed through vpn.
i've tried running apps script program while computer logged vpn, however, every attempt fails. @ same time can access database through software i.e. sqlyog without issue.
thoughts anyone?
link accessing sql through apps script: https://developers.google.com/apps-script/jdbc
you cant. scripts run on google servers not browser/pc. need sdc deprecated.
Comments
Post a Comment