There is already an open DataReader associated with this Connection which...
Hello All, I am facing with an exception below: "There is already an open DataReader associated with this Connection which must be closed first." I am using NET Connector 6.2.2 there is no any...
View Article.NET connector bug with Visual Sutdio 2010?? (no replies)
Hi there, On my machine I have installed these software: - Visual Studio 2008 SP1; - Visual Studio 2010; - MySQL 5.5.8; - MySQL .NET Connector 6.3.6. Everything works well with Visual Studio 2008 SP1...
View Article"Parameter not found in the collection" when using TableAdapter (no...
I have a .NET 2.0 strongly typed dataset with a TableAdapter that pulls data from a MySql 5.5.8 table using .NET Connector 6.3.6. I'm trying to add a new query to the adapter using an existing stored...
View ArticleAutoComplete Function problem (1 reply)
Hello guys, I'm developing a Data Driven website using Visual Studio 2008 and Backend as out Favorite Mysql. I want to design a function for search in the table which will be used for Ajax Extender...
View ArticleUnable to remove or repair mysql connector 5.2.3 or reinstall newer version...
Hello I have made a mistake that before uninstalling mysql net connector i deleted mysql 5.0 folder from program files. now i am unable to remove, repair, or reinstall newer version of mysql...
View Articlecannot reference MySql.Data error in asp.net test (1 reply)
Hi, I've been struggling with this for some time today. I am trying to get a simple code sample working - along the lines of this blog: http://www.aspnetsource.com/blog/post-using-mysql-in-asp-n.aspx...
View Articleis such a bug possible ? (no replies)
I'm encountering this TERRRIBLE bug, that I discovered fortunately before setting the application online. I have two simple lines like these (FW 4.0, connector 6.3.5): lastupdate l = (from c in...
View Articlelooking for a consultant to assist with setup (no replies)
See details of issues here: http://forums.mysql.com/read.php?38,405371,405371#msg-405371
View ArticleUpdate stored procedure stmt (no replies)
Hi, what is the stored procedure statment for retrieving and updating records into database(MS SQL Server 2008)? Thks!
View ArticleHow do I use parameterized statement? (no replies)
I have a method that accepts data and and is being called approx every second. I tried creating a parameterized query which inserts the results into my database but I keep getting error messages...
View ArticleDataReader associated with this connection must be closed first (no replies)
I keep getting this error message: DataReader associated with this connection must be closed first. Here's an example of the code I'm running: MySqlConnection conn = new MySqlConnection(conString);...
View Article.NET Connector - Output parameter not showing in .NET Entity Framework 4.0...
I encounter some issue on latest version of mysql .net connector. I have MYSQL store procedure that return data say store procedure return string value select "@AnyVariable" or select * from...
View ArticleShould I use multiple connection and command objects for per thread? (no...
Hi, I'm a novice C# dev and I'm writing a database app the performs updates on two different tables and inserts on another two tables and each process is running on it's own separate thread. So I have...
View ArticleRuntime Exception using LINQ to Entity Framework (9 replies)
I am using LINQ to Entity Framework to communicate with a MySql database. The basics seem to be working. I can insert in some cases, however, when I have an entity with a field with a concurrency mode...
View Article.Net Connector and Visual Studio Integration trouble (no replies)
I tried to install some versions of the .Net Connector (6.2.2, 6.2.4, 6.3.6) but it does'nt show up in the about box or in the data source list. I use Windows7 (23bit) and VS2008Pro SP1. On a virtual...
View Articleuser and @ problem (no replies)
i want to access a remote mysql and when use a query string like it : DATABASE=zareiene_csharpplan;UID=zareiene_csp;PASSWORD=cbccvbcvb; .net connector will change my uid from zareiene_csp@mylocalip...
View Articlemysql-connector-net-6.4.3 and VS 2010 (no replies)
I am using mysql-connector-net-6.4.3 with Visual Studio 2010 because version 6.3.7 is incompatible for some reason and gives an "Out of Sync" Error. I also have My SQl Work Bench 5.2 CE Rev 7780. The...
View ArticleCreating and copying to Web Server and VS2010 environment of a database with...
Hello, I made a schema with 2 tables and roles which I added to 3 users. How to transform it into a database that I can copy to server and to my project in Visual Studio or to some other programming...
View Articleright mysql syntax to use (1 reply)
Hi , l have 3 questions . 1- how to get a table depth l mean how many rows a table has 2-l am trying to make a log in windwos what is the right syntax to check in all rows of only one column which l...
View Article