MySql and asp.net roles (1 reply)
Asp.net has a way of protecting parts of websites with authorized users and authorized roles. Its called "membership". It uses a database that you provide. For MySql, you modify a certain file called...
View ArticleReceive DataTable as Input Argument in Stored Procedure (2 replies)
Dear Experts, I would like to Pass a DataTable from My Application to Mysql Storedprocedure as Input Arugument.. As we did the same using MSSQL Table Type. But in Mysql I couldn't find any resource...
View ArticleC# DateTime to MySqlDateTime convert (1 reply)
Im using MySQL connector to receive data form database and put values to dataset->dataGridView. Then i need to change value in date column when i click on column with checkbox: private void...
View Articlehow to specify the client port? (1 reply)
hi everyone: my client machine has only 8888 port can connect to mysql server,so how can I open the MySqlConnection in the client program? the MySqlConnection will assign a random tcp port everytime...
View ArticleCan't connect to MySQL server from VS2012 Win 8.1 host (1 reply)
Hi, I am running MySQL on a Win Vista machine and it seems to be running just fine. When I try to connect using a connect string in my C# code in VS2012 from a Win 8.1 host, it tells me that my host...
View ArticleHow To: Using spatial data with Entity Framework and Connector/Net (no replies)
One of the new features introduced in Entity Framework 5.0 is the incorporation of some new types of data within an Entity Data Model: the spatial data types. These types allow us to perform...
View ArticleMySql Connector/NET 6.7.4 GA has been released (no replies)
MySQL Connector/Net 6.7.4, a new version of the all-managed .NET driver for MySQL has been released. This is the GA, is feature complete. It is recommended for production environments. It is...
View ArticleMySql for Visual Studio 1.0.2 GA has been released (no replies)
MySQL for Visual Studio is a new product including all of the Visual Studio integration previously available as part of Connector/Net. The product is now released as GA and is appropriate for use in...
View ArticleBulk Loading Column Mapping (1 reply)
Hi, Is there any chance to change the field order in mysql bulk loader. Please let me know if any methods are there. Thanks, Kiran Kumar Reddy K
View Articlelongtext column problem (2 replies)
Hi, when reading data from a table with a LONGTEXT column, the MaxLength property of this DataColumn is set to 0 - resulting in a ConstraintException. I did not found a solution or even anyone other...
View ArticlePerform operations when triggers for table insert happen (1 reply)
Hi, I'd like to set up a trigger on a table, for INSERT, and when the insert happens, I want to perform some operation. Thing is, I'll have my APP open, with an open connection to the...
View ArticleMySQL plugin for Visual Studio -> cannot uninstall!!! (1 reply)
Hi, I installed MySQL on my Windows 7 laptop. I had installed it in "C:\" and ran fine. I wanted to uninstall it and install it on another drive, i was successful in uninstalling all but one "MySQL...
View Article.NET client via download or NuGet Manager? (2 replies)
Ok, I'm having a problem with MySQL connector not appear in the Data Source dropdown box when adding a new data connection in Visual Studio 2012 Update 3 professional. Wondering if it matters how I...
View Articlev6.7.4 Unable to find .Net Framework Data Provider (9 replies)
Brand new install of Visual Studio 2013 Update 3. Downloaded and installed the following MySQL packages: 1) mysql-connector-net-6.7.4 2) mysql-installer-web-community-5.6.12.0 When adding a new data...
View Articlev6.7.4 installed, but 6.6.5.0 attempted to load. (6 replies)
After installing Connector/Net 6.7.4 onto my machine with Visual Studio 2012 Patch 3, EF 5.0, .Net 4.5 & MySQL for Visual Studio 1.0.2, my test app is unable to open a connection to the...
View ArticleError Unable to find the requested .Net Framework Data Provider. It may not...
Hi all. I'm install MySql Connector 6.7.4 over NuGet. I'm create connection string in App.Config: <connectionStrings> <add name="TodoContext"...
View Article[Solved outside transaction] Impossible to read a MySqlCommand (2 replies)
Hello everybody, Perhaps somebody will advise me a better adapted forum ? I am working on a ProfileProvider that I found on CodeProject, as it now appears it does not work. I do not remember exactly...
View Articleinsert in dB string whit 8bit caracter (no replies)
Dear Forum via serial port i receive number from 0 to 255. Using C# i can convert in string using the extended encoding,so all in not cutted to 7 bit . Of course the string now show very unreadeble...
View ArticleMySqlCommand : impossible to read inside a transaction (no replies)
Hello everybody, Let us suppose I want to get the id of a user, knowing his name, that will be done like that : conn.Open(); MySqlCommand cmd = new MySqlCommand("SELECT PKID FROM Users WHERE UserName...
View ArticleEntity framework with mysql (12 replies)
Hello, im trying to use EF with MySQL(part of my final paper). So I download mysql-installer-web-community-5.7.1.3-m11.msi (its dev version because official gace mi constant exception when i was...
View Article