Max mxj and Mysql connector

hyamotema's icon

hello
I need an example MAX makes the connection to a MySQL database (using MXJ or not)

thank you

Jan M's icon

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

sonichel's icon


HYAMOTEMA finally you managed to connect with mysql ???