Hang on MySqlConnection.Open (no replies)
I am currently attempting to port a C# application from windows/.net/visual studio to Ubuntu/mono/monodevelop. My app is using Mysql with the .net connector. The application works in windows with the...
View ArticleHow to store chinese characters (no replies)
I have my table an columes all set to utf8_default. I am using the .NET Connector. When I save chinese characters to the database, they end up as ??. Looking at the server logs, the query contains the...
View ArticleLinq Group by performance (no replies)
I'm using Entity framework with the latest connector for .net (6.4.4) in C# I'm trying a simple groupby query on a very large table (100,000,000 records) in linq var imprs = from axi in...
View ArticleUnable to instanciate MySqlConnection in vb.net thread (no replies)
Hello, The following code works fine as long as it is within the main thread of a VB app: Imports MySql.Data.MySqlClient Imports System.Data Imports Utilities Public Class Command Private con As...
View Articlecompiling the mysql.data dll fails (no replies)
I downloaded the connector for mysql (the dot net version). I then ran Microsoft Visual Web Developer, where I want to make an asp.net project that uses mysql. But when I tried to get Visual Web...
View ArticleCan't use mysql on mono Linux OpenSuse (1 reply)
hello every one, i'm trying to build a simple console application using Mono framework and a MySQL server as a backend data base, i'm using MySQL Connector/Net 6.4...
View Articletable insert and read data (no replies)
Hello ALL, I am using .net connector for mysql. I have created stored procedure to insert data and select data from the table. The stored procedure works for insert data. but i am unable to read the...
View ArticleWCF dll to include? (no replies)
Hi All, I have written a WCF client in VS2010 to return data from my MySql DB, when I test the client locally it runs fine and returns data from my remote database. After I publish the app to the WCF...
View ArticleUNABLE TO CONNECT TO ANY OF THE SPECIFIED MYSQL HOSTS (no replies)
Hi, Every now and again I'm getting the following error. UNABLE TO CONNECT TO ANY OF THE SPECIFIED MYSQL HOSTS I have set pooling to false, I have the IP set to 127.0.0.1 and I'm using the .NET...
View ArticleEnumerating MySQL Server Instances (no replies)
I have written an application that uses the SmoApplication.EnumAvailableSqlServers(False) method to obtain a list of all available SQL Servers. I am trying to expand my application such that it can do...
View ArticleUnable to find the requested .Net Framework Data Provider. It may not be...
Regards, It is possible to apply these same concepts of interconnection with MySQL using asp: SqlDataSource?? <Asp: SqlDataSource ID = "MySqlDataSource" runat = "server" ConnectionString ="<%$...
View Article'check parameters=false' in connection string (no replies)
I had to add "check parameters=false" to my connection string in order to call a stored procedure for a user that has no SELECT privileges. What does "check parameters=false" actually do? Thanks for...
View ArticleMysql 4.1 in VS2010 (no replies)
Hi, I've searched in forum, find nothing about this I read the documentation about mysql connector net, but still I'm not sure about a problem I have. I need to develop a project in VisualStudio 2010,...
View ArticleVinay Naidu Gali, Which driver i can used to connect to MY SQL (1 reply)
Hi, I am using JDBC driver to connect to MySQL DB but i am getting an exception that unable to connect. Is there any specific driver or provider to connect to MySQL DB using ASP.NET ? Thanks, Vinay...
View ArticleWeb Designing And Web Development (no replies)
In recent times, there has been a great demand for web application services. Webley Infotech Pvt.Ltd., a web development company based in India, has been creating high quality software solutions. We...
View ArticleWhich version of Connector/NET works with MySQL Server 4.1.22 (no replies)
Hello, I have been testing a integration program between accounting software and an eCommerce site amd everything was going well until I discovered that the lattest versions of Connector/NET do not...
View ArticleProblems with the Entity Framework library (2 replies)
I have a problem inserting a row using Entity Framework with the MySQL Connector/NET 6.4.4. When I try to save the changes after adding 1 row I get a System.NullReferenceException with the following...
View ArticleDelete (no replies)
SORRY, I just notice I posted in the wrong forum, I apologist. I created a simple page with a Droplist using Visual Studio 2010 (VB.net) to test a MySQL database hosted in Godaddy; while the website...
View ArticleMySQL Connector/NET does not run in Medium Trust Locally (no replies)
I created a simple page with a Droplist using Visual Studio 2010 (VB.net) to test a MySQL database hosted in Godaddy; while the website runs fine locally with Full access, if I try to upload it to...
View ArticleError 1042 - Unable to connect to any of the specified MySQL hosts (no replies)
Hi you all. I'm having a problem with my own app developed in VB.net 2010. First of all I'm going to give you my configuration to make you an idea of what I'm talking about. OS: WindowsXP Pro SP3...
View Article