You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a database for a legacy app that uses then ISO-8859-1 encoding. The accented letters and the 'ñ's (spanish) appear as a question marks in the database responses.
I added the attribute charset = 'ISO8859_1' to the connection config, but does not make any difference.
The text was updated successfully, but these errors were encountered:
Found no way to specify the connection encoding.
I have a database for a legacy app that uses then ISO-8859-1 encoding. The accented letters and the 'ñ's (spanish) appear as a question marks in the database responses.
I added the attribute charset = 'ISO8859_1' to the connection config, but does not make any difference.
The text was updated successfully, but these errors were encountered: