Hello,
Does anyone know if JMP can open a Database Table that is located in Heroku, on the internet?
Thank you,
Martin
If you have the URL, have you tried this:
open("http://www.example.com/table.jmp");
(substituting in your URL of course)?
Thanks,
Eric
No, this solution did not work. It turns out that some of these online anlytics systems have a firewall to their databases, so access to them is restricted.
Thanks anyway.