We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I have one question. I want to apply MYSQL code to my mobile phone.
However, ANDROID seems to have an error. (at import de.bezier.data.sql.*;.)
Do you have any solutions?
Is mySQL control possible through processing (in Android mode)?
Answers I'll wait.
Answers
do you want the phone to store the data on the phone?
or do you want to store the data in a database on a remote server?
Dear koogs,
I want to store the data in a database on a remote server.
https://forum.processing.org/one/topic/sql-with-android.html
says it doesn't work with android.
you can get a mysql jdbc library that works with android but it is not recommended to connect directly:
http://stackoverflow.com/questions/26470117/can-we-connect-remote-mysql-database-in-android-using-jdbc
they suggest you provide a web service that handles the database tasks.
Dear koogs
Thank you ^^