LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

my sql obdc and special characters

hello 

 

i have a program that insert data on a mysql database 

 

i update mine mysql form the version 5 to 8

 

After this i update my obdc from 5.3 to 8.0.30.

 

with this chance some words like "técnico", "Pressão", words with special characters are not accept 

 

Error: "...Error: 0x80004005
Exception occured in Microsoft OLE DB Provider for ODBC Drivers: [MySQL][ODBC 8.0(w) Driver][mysqld-8.0.30]Incorrect string value: '\xE9cnico...' for column 'Caminho_ficheiro_tabela_velocidades' at row 1..."

 

i already configure on the obdc configurations the latin1 or utf8mb3 (like the image)

InegiLM_0-1664471028875.png

but still get the same error.

 

 

how i could to configure this character set on labview

 

InegiLM_1-1664471212636.png

 

 

0 Kudos
Message 1 of 4
(578 Views)

Hi,

Did you solve this issue? Or have more information about it?

Thank you in advance!

/Isabel

0 Kudos
Message 2 of 4
(141 Views)

I think he was able to solve this with the SET CHARACTER SET Statement 

0 Kudos
Message 3 of 4
(127 Views)

it was much easer that i thoutht .

export your table and you will see that the special characters has been replaced

 

replace that words with the correct form and create a table with that data and is done

 

this solve my case

Message 4 of 4
(117 Views)