Quantcast
Channel: MySQL Forums - Connector/NET and C#, Mono, .Net
Browsing all 1447 articles
Browse latest View live
↧

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 Article


How 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 Article


Linq 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 Article

Unable 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 Article

compiling 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 Article


Can'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 Article

table 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 Article

WCF 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 Article


UNABLE 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 Article


Enumerating 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 Article

Unable 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 Article

Mysql 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 Article


Vinay 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 Article

Web 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 Article


Which 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 Article

Problems 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 Article


Delete (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 Article

MySQL 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 Article

Error 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
Browsing all 1447 articles
Browse latest View live