VB2010 How to determine who is connected to database (no replies)
Using VB, I was wondering what SQL command I could send to the database that would return which users were connected to a database, connection date/time and computer name they are using? If a MySQL...
View ArticleConnector 6.9 + EF6 + Mono + Linux crash on startup (no replies)
Hi. I'm trying to use the mysql connector with mono under linux but I can't get it to work, always get this exception: minLength is greater than maxLength. Related schema item SourceUri: , Line 363,...
View ArticleUpgrading MySql.Data.Entity to version 6.9.6 breaks database models (1 reply)
Hello After upgrading MySql.Data and MySql.Data.Entity NuGet packages to version 6.9.6 validation of my database model fails. I get the following error message on all fields that are defined as...
View Articleoracle select from MySQL with SSL connection failing ERROR 2026 (HY000) (no...
Exiting hgogenconstr, rc=0 at 2015/05/22-12:06:47 Entered hgopoer at 2015/05/22-12:06:47 hgopoer, line 231: got native error 2026 and sqlstate HY000; message follows... [MySQL][ODBC 5.1 Driver]SSL...
View Articlegot error when i try to connect to MySQL (no replies)
hi i have C# WinForm program and i try to connect to MySQL 5.6 on my DataSet.xsd i got this error: Failed to open a connection to the database "Cannot obtain provider factory for data provider named...
View ArticleMysqlDataAdapter batch update (no replies)
What is the intended purpose of MySqlDataAdapter.UpdateBatchSize for inserted rows while calling Update? 1) My intuitive understanding was that it should construct single insert statement containing...
View ArticleCant uninstall mysql-connector-net-6.9.6 (1 reply)
I downloaded Windows (x86, 64-bit), ZIP Archive (mysql-5.6.25-winx64.zip) , and i installed all packs what was available. Yesterday i was cleaning my computer and then i accidentally removed all MySql...
View Articlestoring connection parameters for Windows app using MYSQL (1 reply)
Does anyone know of how I shoulid go about storing connection parameters (ie. server name/IP, database user name, database user password, database name, etc) on a Windows computer for use by the...
View ArticleThe handshake failed due to an unexpected packet format (no replies)
I am trying to use mysqlconnector to connect with SSL to my database. I get the error in the title. I am using version 6.9.6 of the connector. **my.cnf** [mysqld] ssl ssl-ca=/etc/mysql/ca.pem...
View ArticleObject reference not set to an instance of an object. (1 reply)
At the development end I am using Visual Studio 2013 and MySQL 5.6.25 and MySQL Connector .NET 6.9. I have taken an off the peg example of the new(ish) alternative to ASP.NET Membership with OWIN...
View ArticleIs altering stored procedures supported with EF 6? (no replies)
Is altering stored procedures currently supported? Am using Visual Studio 2013, EF 6, MySQl Server 5.6, and MySQL Connecter Net 6.9.6. I have a migration that is attempting to alter a stored...
View ArticleMVC 5 + EF 6 + MySQL Connector/NET 6.9.6 and TIMESTAMP (2 replies)
Hi guys, I have a mySql db build by someone. A table has a colum defined as nullable timestamp. I map it to my entity as [Column(TypeName = "timestamp")]...
View ArticleBind MySQL table with SQLDataSource => but VS2013 keeps “SQLServer syntax”...
I search to bind MySQL table in ASP.net GridView with SQLDataSource but I have a problem. In fact Visual Studio 2013 seems to use "SQLServer syntax" with "[ ]" on tables and fiels in SQL select,...
View ArticleMVC Scaffolding (1 reply)
I'm using MVC 5 + EF 6 + MySQL Connector/NET 6.9.6 but I encountered a strange behavior: when I want to create a controller from a POCO class, I have to comment this...
View ArticleEF6+MYSQL WHERE Error (1 reply)
I'm using MVC 5 + EF 6 + MySQL Connector/NET 6.8.6,the Linq is correct without “Where<T>(whereLambda)”,Follow is the code: public List<T> GetList<S, K>(int Top,...
View ArticleExecuteReader: Input string was not in correct format (no replies)
I'm using the .Net connector and I keep getting this error: "Input String was not in correct format" Here is what I'm doing: I have this query: SELECT * FROM Orders WHERE OrderNumber = @OrdNumber I...
View ArticleDoes MySQL connector for .NET work with Entity Framework? (no replies)
Here is simple EF based program that worked wonderfully with MS SQL server: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using...
View ArticleHave a weird problem (no replies)
This is my code Private Sub btnTestConn_Click(sender As System.Object, e As System.EventArgs) Handles btnTestConn.Click Using Mycon As New MySqlConnection Try Dim C As String =...
View ArticleMySql Connector issues (no replies)
So, I'm working with a project that was originally written for MS-Sql Server using Entity Framework and I'm having a number of issues with the connector. I have no objections to grabbing the source...
View ArticleEF6 / MySql Net Connector (no replies)
- NET Framework 4.5.2 - Entity Framework 6.1.3 - MySql.Data 6.9.7 - MySql.Data.Entity 6.9.7 On the Index page of a site, I use the above code with Microsoft SQL Server, Microsoft SQL Server Compact,...
View Article