Problem installing MySQL Connector/NET with MS VS2010 (1 reply)
Hello All, I recently reinstalled Windows, and installed and configured MySQL Community Server (working fine, tested with Toad for MySQL). I had installed Microsoft Visual Studio Ultimate 2010 and...
View ArticleMySqlConnection.Open() Unhandled? Visual Basic. (1 reply)
Hi, I started writing a basic project that logs you in via data stored on a MySQL Database, and returns with a new form. I'm using the MySQL connector for it, and it's pretty basic, but I can't get...
View ArticlePossible reasons for EndOfStreamException? (1 reply)
Hello, I see the following exception in the logs: Exception type: MySql.Data.MySqlClient.MySqlException Exception message: Fatal error encountered during command execution. Inner exceptions chain:...
View ArticleMySql connection fail (1 reply)
Hi Guys, I have made a program which connects to MySql database and gets information. I made program in VB.NET and am using MySql Connector 6.3.4. I gave my program to hundred guys and it worked fine...
View ArticleWhich version of Net Connector with which version of MySQL? (no replies)
I am using MySQL v 5.1.41 with Net Connector 6.3.5 with no problems. My webhost is running MySQL 5.0.45. When I try to run my website I get the following error message: "Could not load file or...
View Articleupdate not executing // how to see what's wrong ? (no replies)
hi ! trying to do an upate a single field, but nothing happens... anyone could give me a clue ? :: public bool update_tel_png() { try { data.MissingSchemaAction = MissingSchemaAction.Error;...
View Articlemysql-connector-net-6.3.5 -> Read one textfield gives wrong values (no...
I have downloaded the latest version of mysql connector/net. When I make a select of only one textfield (like "select text from table") it gives wrong values. It looks like the wrong length of the...
View ArticleProblem with Entity Framework in VS 2010 (no replies)
Hi, I have a problem with updating my entity model from database in VS 2010, then O get to choose from the correct tables when choosing database objects so the connection string works it seems. When I...
View Articleupgrading issues (no replies)
So, I've upgraded my project from 2008 to 2010, and it took awhile, but it builds. now i've pulled down the 6.3.5 connector. Production is running 6.2.2 I'm trying to login in test, and I can't seem...
View ArticleProblems with Source command (no replies)
Hi all, I'm getting an exception: An unhandled exception of type 'MySql.Data.MySqlClient.MySqlException' occurred in MySql.Data.dll Additional information: You have an error in your SQL syntax; check...
View Articlehow do I return the results of show slave status in mysqldatareader? (1 reply)
Hi there, I am trying to return the results of show slave status in a result reader but the reader doesn't get initialized, i tried something like this // pseudo code MySqlCommand cmd = new...
View ArticleError Mysql provider on hosting server: Unable to initialize provider....
Hello, I'm using mysql to manage membership using on my dev environment Mysql Connector, everything works fine but once I moved my web site on my production server( I got a hosting plan), I get the...
View ArticleMySqlCommand + Parameters inside query (no replies)
hi... I have a problem with MySqlCommand class. Inside my query I use variables to emulate row_number inside groups, so i dont need to assign them in Visual Studio. But I recieve a runtime error:...
View ArticleMySQL local server access (no replies)
Hi, I create an application using VB .Net 2005 and I'm connecting to a mySQL database install on a Windows 2003 server. I use MySQL Connector 6.2.2 and the database is version 5.0.51a. My application...
View ArticleReading from the stream has failed (no replies)
Hi I have just installed and created a new DB & around 30 tables in it. Unfortunately I cannot open the db now now. I am getting "MySql Database Error - Reading from the stream has failed"...
View Articlesave and retrieve data as xml file (no replies)
Hi, I need to save and retrieve xml files to/from our database with C# program. Where can I find instructions or sample programs? Thanks
View Articleconnectors 6.3.5 with aspnet 3.5 (no replies)
Hello everybody, anyone can confirm that .net connectors 6.3.5 requires framework 4 for web applications ? I use them for windows/WPF applications like a charm, with linq and EF. When I try to realize...
View ArticlePossible bug when running functions like SUM on Windows 2008 R2 (1 reply)
Hi I have found problems when trying to run VB.net interloped with ADODB under Windows 2008 Server R2. If I run this query: SELECT SUM(PaymnetAmounts) AS Res FROM Customers WHERE CustID = 1 I get this...
View ArticleConnection to mysql database with .NET C# (4 replies)
Hi, I have tried for a long time now to get a connection to mysql database. I am using Visual Studio 2008 with .NET and C#. I have included my database on the server explorer and all apropriate tables...
View ArticleKeeping Connection Alive / Monitoring Status (no replies)
Hi, I am developing an app which is coded in vb.net using Visual Studio 2010 and using the MySQL Connector/NET. I need to be able to do two things: 1. Keep the connection open the whole time. - I find...
View Article