error CANON_EQ flag not supported in Android app
I’m trying to connect to a MariaDB database from an Android app. The connection is established, but I can’t execute a query to the database because I get an error “java.lang.UnsupportedOperationException: CANON_EQ flag not supported”
when executing line statement = connection.createStatement();
error CANON_EQ flag not supported in Android app
I’m trying to connect to a MariaDB database from an Android app. The connection is established, but I can’t execute a query to the database because I get an error “java.lang.UnsupportedOperationException: CANON_EQ flag not supported”
when executing line statement = connection.createStatement();
Save Smiley from Form in mariaDB
I would like to save form entries with smileys (from Android) in my DB and of course output them afterwards.