Max mxj and Mysql connector
hello
I need an example MAX makes the connection to a MySQL database (using MXJ or not)
thank you
you'll need the JDBC package. The rest is plain Java. There are many tutorial out in the web how to connect. i.e: https://www.youtube.com/watch?v=BCqW5XwtJxY
I never tried it myself within max. But my guess is that you should run all the MySql related stuff inside a dedicated thread not to block max while executing.
J