SQLCommand Text Question (no replies)
Is there a limit as to the length a SQLsommandtext can be ? I keep getting the error: Fatal error encountered during command execution. I'm connecting to a Mysql 5.6 db from powershell 2.0 on win 7....
View Article[SOLVED] MySqlException in C# project (2 replies)
Hello all, I'm encountering a problem using the version 6.1.6 of the SqlConnector/NET. When I try to catch an Exception for example when trying to establish the connection with the Database, the...
View ArticleMultiple Simultaenous Connections (1 reply)
My problem is twofold. I am using the .NET connector with EntityFramework to do some manual SQL and am getting sporadic database connection errors. Here is my question on stackoverflow:...
View ArticleMySQL Connector/Net 6.7.2 Beta has been released (no replies)
MySQL Connector/Net 6.7.2, a new version of the all-managed .NET driver for MySQL has been released. This is the first beta release intended to introduce users to the new features in the release. This...
View ArticleHow to use UTF16 with .net (4 replies)
when I change a table and fields to utf16,I cann't get data by MySqlDataAdapter. I test in default sample: Connector NET 6.6.5\Samples\Table Editor\cs,it's same question. this is samples code: data =...
View ArticleMySQL and C#.Net Stored Procedure and multiple parameter (1 reply)
I am developing (converting application db from MS SQL to MySQL) an application using C#.Net and MySQL. My C# code and stored procedure is working perfect in MS SQL but when trying to ingrate with...
View Articlecomo puedo crear el instalador de mi base de datos. (1 reply)
Hola he desarrollado mi primera aplicacion en .net con conexion a base de datos mysql en localhost. Y necesito crear el instalador del aplicativo para que funcione en cualquier equipo para ser...
View ArticleGetting the error “A socket operation was attempted to an unreachable...
I am getting the error "A socket operation was attempted to an unreachable network" inconsistently in ASP.NET 4.0 Web App only when Web App is hosted on "Windows Server 2008 R2 SP1 - 64-bit" machine....
View ArticleCan't install Connector 6.6.5 (1 reply)
My system is Win7 64bit, and already installed Microsoft Visual Studio 2012 professional. The first time I install 6.6.5, it failed, and I gooled a little , removed .net framework4.5 and reinstall it...
View ArticleMySQL .NET Connector Not Showing On Visual Studio 2012 Database Explorer (1...
I'm running Windows 8 x64 with Microsoft Visual Studio 2012 Express. I'm wanting to use the MySQL .NET Connector 6.6.5 to connect to a MySQL Server running 5.6.11. Currently I can access and connect...
View ArticleCan not uninstall .NET Connector 6.7.2 (RemoveProfileProvider fault?) (1 reply)
Suddenly my EF/MVC/MySQL Visual Studio 2012 project stopped working (Windows 7), EDMX designer is crashing with message "The specified store provider cannot be found in the configuration, or is not...
View ArticleCan uninstall or repair mysql connector - HELP (4 replies)
Hi guys I installed MySQL connector on a windows server and was advised to reinstall an earlier version. So I tried to uninstall it, but could not, it remove all the components. It keeps saying MySQL...
View ArticleCreate mysql database using mysql command (1 reply)
I am having a problem when trying to create a database using mysql command. The code i am using is; using (MySqlConnection con = connect_db()) { con.Open(); MySqlCommand cmd = new MySqlCommand("CREATE...
View ArticleMySql Connector/NET 6.7.3 Beta 2 has been released (no replies)
MySQL Connector/Net 6.7.3, a new version of the all-managed .NET driver for MySQL has been released. This is the second beta release intended to introduce users to the new features in the release....
View ArticleHow do I create a new database and then restrict access to a particular user....
I am using C#/.NET connectors to MySQL. I am trying to create a new database programmatically. It appears that I need 'admin' privileges to create a new database. How do I then restrict access to that...
View ArticleConnection string error: Length Cannot be less than zero (no replies)
This connection string: Data Source=localhost;UID=MYUID;Password=MYPWD;port=3306;connection timeout=10;Allow User Variables=true;ConvertZeroDateTime=true; is giving me this error:...
View ArticleUnable to add new data connection in VS 2012 Professional (1 reply)
Hi, I'm unable to add new data connection in VS 2012 Professional because the add connection window closes as soon as I start typing in the information. I'm using MySQL Connector Net 6.6.5. I'm...
View ArticleFastest connectionstring for .NET connector (4 replies)
Hello, I'm using the latest version of .NET connector and mysql server 5.5 to connect to a local database the code is the following: Public Sub OpenConn() Public conn As MySqlConnection If Not conn Is...
View ArticleMySqlConnection Open - Poor Performance (on Mono/Raspberry Pi) (6 replies)
Hi there, i encountered very poor performance executing MySqlConnection.Open() on a Raspberry Pi: I have written a small C# console test app, in which i connect to remote MySQL DB (5.1.49) and get...
View Articleunable to uninstall c# mysql connector (11 replies)
Hi, I can't Install or De-install the mysql connector on Windows XP. "mysql-connector-net-6.6.5.msi" Error says something like "error in uninstalling, backing out" In trying to remedy this, I deleted...
View Article