Nested Datareader in c#.net (1 reply)
Hi, I'm New to Mysql Database. i have trouble in accessing multi datareader with in single connection. error occur: There is already an open DataReader associated with this Connection which must be...
View ArticleConnector/NET 6.8.3 is available as official MySQL Nuget packages (no replies)
Dear MySQL users, We are proud to announce that we have made the open source version of our Connector/NET 6.8.3 is available as official MySQL Nuget packages. What this means for Connector/Net users?...
View ArticleSSL Connection string (1 reply)
Hi, I have the follwing connection string in c# starting with servername, password and UID following with: SslMode=Required;Connection Timeout=15;Encrypt=True;Persist Security Info=True; But I cannot...
View ArticleUsing C# to write to a longtext column (no replies)
Hi, I'm using C# to write to a table with 4 columns. Writing to 3 of the columns work perfectly, but I can't make things work for the 4th column. The 4th column is datatype longtext. There are already...
View ArticleVisual Studio 2010 (no replies)">"Object Reference not set to an instance of an object" when Adding Connection...
Hello, I've been having problems lately when adding a database connection to my VB2010 project. Even though I have set the right parameters (server name, username, and password), I keep getting...
View ArticleReformatting a Column (1 reply)
I have migrated Access to MySQL. I'm a beginner at MySQL and MySQL Workbench. Have a table in Workbench called bokingList with a column Fran (DateTime) e.g 2014-02-15 10:35:00. I want to reformat the...
View ArticleBug in EF6 database migrations on renaming a column (no replies)
I have discovered a bug in the MySqlMigrationSqlGenerator class with RenameColumnOperation objects. Initially this bug was reported as #71102 on december 6 2013....
View ArticleMySQL query takes long time at first execution. (no replies)
Hi, This method when executed for the first time takes around 1250 mili seconds but if I execute same method without closing application the time drops to only 300 mili seconds. public void...
View ArticleError connecting (sometimes) (no replies)
Hi, I have one problem with my application (C#+mysql). Sometimes my users have this problem: "error connecting: Timeout expired. The timeout period elapsed prior to obtaining a connection from the...
View ArticleMissing Foreign Key Associations (1 reply)
We recently updated our ASP.NET project to EF5, using Connector 6.8.3 and MySql for VS 2013 1.1.4 When I create an EDMX and add tables, there are no associations mapped out between the foreign and...
View ArticleSession State Provider (no replies)
Has anyone actually got the MySQL ASP.net Session State Provider to work? There is an S1 bug (#70409 reported Sep 2013) in the one that comes with Connector/NET 6.8.3 and, I understand, all previous...
View ArticleMemory Leak? (1 reply)
Hello - I've a problem with the mysql connector for c#. My code-example: using (MySqlCommand mySQL_CMD = new MySqlCommand("UPDATE `Table` SET `Value`=?Value WHERE `ID`=?ID", Connection)) {...
View ArticleMySQL Connector/NET 6.7.5 MR has been released (no replies)
Dear MySQL Users, MySQL Connector/NET 6.7.5, a new version of the all-managed .NET driver for MySQL has been released. This is a Maintenance release and is feature complete. It is recommended for...
View ArticleConnexion string connector NET 6.8.3 / vbnet (1 reply)
Hi, I'm using connextor NET 6.8.3 and framework .NET 4. I wich to connect to a mysql database, I try this : Imports System.Data.Sql Imports System.Data.SqlClient Imports MySql.Data Imports...
View ArticleUpdate with Entity Framework 6 (no replies)
Hello, I'm using the version 6.8.3.0 of the connector to communicate to my database via Entity Framework 6. When I try to update a record of a table (the only table in my model), I 've got an...
View ArticleA connection attempt failed because the connected third party did not...
Hi, I am having the above error on my .net application. It only shows on customer screen only when I added 1600 customers to the customers but all other screens are fine My connection timeout is 360...
View ArticleMySQL A connection attempt failed because the connected third party did not...
Hi, I am having the above error on my .net application. It only shows on customer screen only when I added 1600 customers to the customers but all other screens are fine My connection timeout is 360...
View ArticleVS2013U1 EDMX ok with console application but not website (1 reply)
Hi, I am hoping that you can help me with an issue. I am running Visual Studio 2013 Update 1 on Windows 7 x64 I installed mysql-for-visualstudio-1.1.4 and mysql-connector-net-6.8.3 In VS, I create a...
View ArticleUsing Replication & Load balancing with Connector/NET (no replies)
Hi, as reported in the "how to" at the following link: https://blogs.oracle.com/MySqlOnWindows/entry/how_to_using_replication_load MySql Connector /Net supports load balancing and Failover. I have...
View ArticleReg:Get all MYSQL Instances in a Network (1 reply)
Hi All, I need to get all the mysql instances in a network. for instance: Network1 has 3 machines Machine1-MySQL installed Machine2- No Mysql Machine3-Mysql installed My list should has Machine1 and...
View Article