Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
To Whom it May Concern,
I hope this finds you well. A colleague and I created a connection between a Qlik enterprise app and a MySQL database (phpMyAdmin). The connector works (the MySQL connector made available in Qlik Enterprise), but for some reason all the data under fields (except for the date field) come back as 'System.Byte[]' even though it's text.My colleague told me that the data is in utf8mb4_unicode_ci.
Did you find an answer to this? I'm having the same issue
You could use Convert(FIELD, char) AS FIELD.
It is not a nice solution but it may be the only, except using ODBC.
me too. All the text fields are returned in system.byte[]. It's time-consuming to use convert all the time.