Newbies Leo Marloe Posted June 7, 2016 Newbies Posted June 7, 2016 Good day, just wanna ask how to connect to MySQL Server not using ODBC with BaseElements plugin from a script in Filemaker where i can put on a "OnFirstWindowOpen" script trigger or any plugins available?.
Wim Decorte Posted June 7, 2016 Posted June 7, 2016 What function in the BaseElements plugin did you have in mind? The javascript perhaps? Not sure if that is possible. You'd have to use JDBC if you want to avoid using ODBC, unless your MySQL database is exposed as a web service and you can use HTTP Get or Post?
Josh Ormond Posted June 7, 2016 Posted June 7, 2016 You can make a DSN-less connection to MySQL. But in my experience it's wicked fragile, and you have to install the driver anyway. And you can't use it for ESS. What is your use-case?
Recommended Posts
This topic is 3429 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now