How to take backup from Microsoft SQL Server to Mysq?l (no replies)
is it possible to take backup from Microsoft SQL Server to Mysq? directly
View ArticleExecuteNonQuery() returns 0 if insert successful in both table! (no replies)
I think nothing's wrong with the connection because when I open it, it does not throw any error. So I guess the error is when I'm executing a command through the store procedure. From google...
View Articleexecutereader error (1 reply)
hi, I have a vb program that wants to retrieve data from MySQL dbase. this code is working fine : Dim vDATE As String vDATE = mDATE.ToString("yyyy/MM/dd",...
View ArticleAutoimport CSV Files (no replies)
Hello all. I have this line in a VBS file, it will take a CSV and import it into a table called actions, but since moving to a new server where the MySQL is remote from I gather I need to change this...
View ArticleMySQL Connector/NET 8.0.17 has been released (no replies)
https://insidemysql.com/mysql-connector-net-8-0-17/
View Article.NET Core on Connector/NET updates. (no replies)
https://insidemysql.com/net-core-on-connector-net-updates/
View ArticleWorking with SSH Tunneling and SSL PEM Certificates in Connector/NET (no...
https://insidemysql.com/working-with-ssh-tunneling-and-ssl-pem-certificates-in-connector-net/
View ArticleRead back Double value with no loss of digits after the decimal place (no...
Hi there, I have an issue reading back a Double value from a MySQL database via the C# connector (v8.0.16). When using MySQL Workbench (8.0.16) the value is read back correctly with no loss of digits...
View ArticleRenci.SshNet in 8.0.17 (no replies)
This error is thrown when trying to connect to a MySQL database via Power BI: An error happened while reading data from the provider: 'Could not load file or assembly 'Renci.SshNet,...
View ArticleMySQL 8.0: compiling with Microsoft Visual Studio (no replies)
https://mysqlserverteam.com/compiling-mysql-in-visual-studio-on-a-remote-linux-box/
View Articlenet core 3.0 code does´t work ,in MySQL Connector/NET 8.0.18.0 (no replies)
System.TypeLoadException HResult=0x80131522 Message=Method 'get_Info' in type 'MySql.Data.EntityFrameworkCore.Infraestructure.MySQLOptionsExtension' from assembly 'MySql.Data.EntityFrameworkCore,...
View Articlevs2019 webapi netcore 3.0 code does´t work ,in MySQL Connector/NET 8.0.18.0...
vs2019 webapi netcore 3.0 code does´t work ,in MySQL Connector/NET 8.0.18.0 System.TypeLoadException HResult=0x80131522 Message=Method 'get_Info' in type...
View ArticleMySQL.Data v8.0.18 fails if more than one IP is found in DNS for a named host...
I recently updated the NuGet package for MySql.Data from 8.0.17 to 8.0.18 in one of my VB.NET (VS2017) projects. Prior to this update, I had no problem connecting to a named server which has multiple...
View ArticleShould I use the JSON data type? (no replies)
Hey, I am storing JSON data (lots of string entries) in mySQL table. I get that you should use the native JSON data type if you want to quickly access parts of the JSON. But I dont need to do that, I...
View ArticlePartial Trusted Caller Support Question (no replies)
Hi, Could anyone tell me if the Connector/NET dlls support partial trusted callers as downloaded or must a [assembly:AllowPartiallyTrustedCallers] be added to the source code? Many thanks, Lou
View ArticleMySQL Connector 8.0.13 PowerShell .Parameters.AddWithValue() (no replies)
While using the MySql.Data.MySqlClient with the .Parameters.AddWithValue() for some odd reason the first argument of the AddWithValue is returned no matter what. So if you are creating a Function in...
View ArticleMySQL authentication error with .NET connector 8.0 (no replies)
When we use the .NET connector to connect to our emote MySQL we get the error below. MySql.Data.MySqlClient.MySqlException (0x80004005): Authentication to host 'XX.XXX.XXX.XX' for user 'YYYYYYY' using...
View Article8.0 .net connector for 5.7 server (no replies)
Hello, I am using mysql server 5.7. For the clients I develop I am using the 8.0 .net connector. For some reason I am getting "Bad handshake" while connecting, although the connection succeeds. What...
View ArticleAttempt to create ADO.NET Entity Data Model in Visual Studio 2017 fails on...
Trying to create an ADO.NET Entity Data Model in Visual Studio 2017 fails with version of Connector/NET other than version 6.9.10. So, I'm using that version. But keeping myself restricted to that...
View Article8.0.18 A null was returned after calling the 'GetService' method on a store...
I have a working Website with MySQL 6.9.12 and EF. I am in the process of trying to move this website to a MySQL Server running version 8 with .Net Connector 8.0.18. I am getting the following...
View Article