Hi there!
I'm having some problems with the mysql connector for .NET version 6.3.4.
Previously, I used version 6.1.4 with no problems. The only thing I did to get this problem, was changing from 6.1.4 to 6.3.4
When trying to use the query "LOAD DATA LOCAL INFILE" with scandinavian characters (æ, ø, å) in the filepath, I recieve an error saying that the filepath contains illegal characters. Does anyone know why this is happening in this version, and not in 6.1.4? Do I have to specify something when connecting to the server?
Thanks!
I'm having some problems with the mysql connector for .NET version 6.3.4.
Previously, I used version 6.1.4 with no problems. The only thing I did to get this problem, was changing from 6.1.4 to 6.3.4
When trying to use the query "LOAD DATA LOCAL INFILE" with scandinavian characters (æ, ø, å) in the filepath, I recieve an error saying that the filepath contains illegal characters. Does anyone know why this is happening in this version, and not in 6.1.4? Do I have to specify something when connecting to the server?
Thanks!