Click here to Skip to main content
16,022,896 members

Comments by Member 15022970 (Top 3 by date)

Member 15022970 25-Jul-24 9:25am View    
Yes, I agree with you. But the error message also appears when opening the connection to MariaDB from a certain version onwards. So the code at the beginning of the post is correct because it produces the error even without SELECT commands and just through the OPEN command alone.
Member 15022970 25-Jul-24 9:14am View    
That's exactly the problem, that the error occurs when opening the connection and not when issuing a SQL select command. I solved the problem today by installing a NuGet MySqlConnector from Bradley Grainger in Visual Studio. After that, opening the connection and all subsequent commands worked perfectly.
Member 15022970 25-Jul-24 4:53am View    
Your statement is incorrect. This error is thrown when an attempt is made to open the connection. An SQL query is not even involved here. The MySQL connector is probably faulty and is therefore the cause of the problem.