This is a read-only copy of the MariaDB Knowledgebase generated on 2025-06-10. For the latest, interactive version please visit https://mariadb.com/kb/.

error using dbListTables function

Our application uses R commands to access the MariaDB.

I am getting this error: Invalid value from generic function ‘dbListTables’, class “numeric”, expected “character”

The source of the error is from this section of the $AMETBASE/R_db_code/AQ_setup_dbase.R on line 64 MYSQL_tables <- dbListTables(con)

I am using 11.4.5-MariaDB MariaDB Server Was there a change to this function? What would be the workaround to avoid this error?

Thanks, Liz

Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.