Question on deploying apps that use the Connector (1 reply)
When I deploy an application that utilizes the connector (I'm writing a Visual C# app), do I have to manually install the MySQL Connector on the target machine, or is there a way that I can "bundle"...
View ArticleSSIS Mapping Files (1 reply)
All, My machine does *NOT* have these file and its causing issues trying to use SSIS to integrate.... MySQLToMSSql10.xml MySQLToSSIS10.xml MSSQLToMySQL.xml SSISToMySQL.xml The default location of...
View Articlekeeping Mysql connection live between function calls (2 replies)
I have created a database" wrapper" class to assist me in using the MySql connector interface. Anyway, I created and OpenConn() and CloseConn() function which has error checking built in to the...
View ArticleRun MySQL on database located on another computer/resource (2 replies)
Is it possible to run a MySQL instance from my machine with the software on my computer but have the database location on a different computer? eg. mysql program on my local Windows machine but the...
View ArticleTime column and entity framework problem (no replies)
I've been using the devart connector without a problem and tried switching to the new Connector/NET since it supports EF6 but I've got some trouble with a Time column. I get the following error:...
View Article.Net Web Service and .NET MySQL Connection Error (no replies)
I have a webservice on a hosting site that my company runs. We have a problem. I have a webservice that connects to a mysql database on another server. Connection string in web.config (obviously xxx...
View Articlehow do I insert unicode characters into mysql (no replies)
Hi, I'm trying to insert Unicode character to MySQL database in c# application by using dot net connector (6.7.4.0), but it inserting only symbols(?????). I'm doing this directly in the mysql client,...
View ArticleMulti INSERT Command (no replies)
Dear Forum I have to insert in a table 300 record (3 column /1 record )long approximatly 500bytes in total. Programming in C#. I need for this around 6 second.After 6 second, the software stop in a...
View Articleexcel 2010 addin and vba connect create and insert into db (no replies)
Hi All, I have three questions. Q1. I cannot get the excel 2010 addin to work I have reinstalled 10 times. it always as com addin??? please help this sounds like a really useful feature, is there any...
View ArticleWindows Workflow Foundation is now supported in dotConnect for MySQL and...
Devart Team is glad to announce the release of the new versions of dotConnect for MySQL and dotConnect for PostgreSQL - enhanced database connectivity solutions built on ADO.NET architecture that...
View ArticleMySQL Connector/Net 6.8.2 RC has been released (no replies)
Dear MySQL users, MySQL Connector/Net 6.8.2, a new version of the all-managed .NET driver for MySQL has been released. This is a RC release for 6.8.x and it's not recommended for production...
View ArticleConnector /Net 6.3 Error message (no replies)
I 've switched to Visual Basic (VB.net2012) and as I can't connect to MySQL database I'm trying to install mysql-connector/net 6.7.4. I get the rejection message: "A previous version of connector 6.3...
View ArticleMySqlConnection critical error e0434352 (no replies)
VS 2013, NET 4.5 MySQL Connector Net 6.7.4 UnmanagedExports.1.2.6 (RGiesecke nuget package) C unmanaged accessing NET DLL. calling conventions work with ms sql db. just don't understand why I am...
View ArticleSlow Performance after change from 6.5.4 -> 6.7.4 (no replies)
Hi ! I write an applicatio which uses only some MySqlCommand / mySqlDataReader Code to execute some queries and get or store data. With the connector 6.5.4 this worked nice and fast. Now I switched...
View ArticleDistributed Transactions in .net connector (no replies)
Does .Net Connector support distributed transactions? If Yes, Can you pls give a sample how to do it. If No, How can I achieve it in .Net?
View ArticleMySQL Connector/Net 6.8.3 GA has been released (no replies)
Dear MySQL users, MySQL Connector/Net 6.8.3, a new version of the all-managed .NET driver for MySQL has been released. This is a GA release for 6.8.x and can be used for production environments. It is...
View ArticleUnable to connect to the database (1 reply)
Hi I used mysql-installer-community-5.6.15.0 to install all features (includes .net connector 6.7.4) and everything worked, after installing mysql-connector-net-6.8.3 unable to connect to the database...
View Article.Net Connector Fails after upgrading Windows 8 to 8.1 (no replies)
I upgraded a Dell XPS 8500 from Windows 8 to 8.1, and the MySQL .Net Connector 6.6.4 stopped working. Any attempt to use its MSI package to Change, Repair or Remove it resulted in installer error 1603...
View ArticleStored Procedure Output parameters returning NULL (no replies)
Using the following code: MySqlParameter curParam = new MySqlParameter(elemParam.GetAttribute("dbName"), paramType); curParam.Direction = System.Data.ParameterDirection.Output;...
View ArticleMySql.Data.Entities.EF6 nuget (2 replies)
Hi, Does anybody knows when the final nuget package will be released? Mysql.Data is already there, and also Mysql.Web, but I'm still seeing the old Mysql.Data.Entities in nuget. Thanks and regards,
View Article