Relative Content

Tag Archive for androidmariadb

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();