Jump to content

MYSQL Server connection not using ODBC


This topic is 2873 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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?

 

 

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

This topic is 2873 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.