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

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -