It means the driver can not read/write the data in the database because the encoding for the database is not defined/known.
This typically means that you need to look at the documentation for the driver and determine how to set the connection string so it knows what encoding to use. That of course requires that you know what encoding the database is using in the first place.