WorkBench 5.2.22 (1 reply)
Sorry for english, i am from Russia. A have a big trouble. 2 days of my work had been crushed and i need your help. I created model scheme file with WorkBench 5.2.22 and now, after reinstalling...
View Articleunable to download connector/net 6.2.3 (1 reply)
When I attempt to download connector/net 6.2.3, I get redirected to this page http://www.mysql.com/common/pages/download_access_check.html It asks for more information about me. I have filled this out...
View ArticleCHAR(32) Field Update Failed (6.3.2) (no replies)
while updating a table with a colum defined as CHAR(32) (NOT NULL) the update fails with a weired error message saying something like 'length is null'. changing the field definition to VARCHAR(32)...
View Article6.3.2 Script Editor (no replies)
i installed the new 6.3.2 connector to one box with win7 32-bit and one with win7 64-bit. both boxes use vs 2010. when creating a .mysql file in vs2010 there should appear the new script editor. on...
View ArticleLinqpad (2 replies)
I am experimenting with Linqpad -- very versatile ad hoc tool. I am able to connect to SqlServer no problem, but I am unable to connect to my localhost mysql server. Anyone have experience connecting...
View Articlequery issue within sqldatasource (no replies)
<asp:SqlDataSource ID="SqlDataSource1" runat="server"ConnectionString="<%$ ConnectionStrings:ABCConnectionString %>" SelectCommand="SELECT * FROM [Data] WHERE ([ActivityName] IN...
View ArticleCannot Add New Data Source (no replies)
Hi everyone, Here is what I'm trying to do: 1. In Visual Studio 2010 Ultimate, I select "Add New Data Source" from the Data menu. 2. I select "Database" and click Next. 3. I select "DataSet" and click...
View ArticleFetching Multiple Rows (no replies)
Hello :) I'm having this stupid problem and I can't fix it. I've tried anyway I could and it didnt work. So, i'm seeking help. I got this exemple table id | status | params 1 | 2 | test=test 1 | 10 |...
View ArticlePopulating a POINT object using ADO.net connector (no replies)
I am attempting to populate a POINT object (with lat long coordinates) using the ADO.net connector in the following way: command.Parameters.Add("@PointField",MySqlDbType.Geometry);...
View ArticleVisual studio Integration (1 reply)
I am having troubles installing MySQL Connector/NET. I select complete instalation. But when i try new install allways say "Visual studio Integration" is not install. Can anybody help me?
View ArticleMySQL Connector 6.3.2 beta problem with Visual Web Developer 2010 Express (no...
I installed MySQL Connector/NET 6.3.2 beta. When I try to make a database connection in Visual Web Developer 2010 Express I don't see the MySQL Connector in the GUI. I tried to reinstall MySQL...
View ArticleUnable to connect to any of the specified MySQL host from .net framework 2.0...
Hi All, I had installed the Mysql 5.1.4.8 version on my machine. I had mysql-workbench-ce-5.2.24-rc-win32,mysql-connector-net-6.3.2 versions installed. Now i am facing the problem while connecting to...
View ArticleUsing accents in MySQL (no replies)
Hi, I'm inserting values with accents in a column. I've got no problem with this, but when I retrieve the values I get bogus characters like Ã, ¶, Ã or ©. I'm using Windows XP, MySQL Server 5.1.45,...
View ArticleMySql.data.cf.dll Hangs on open() (no replies)
MySql.data.cf.dll Hangs on the connection.open() no exception thrown it just stays on the open() method. I am developing in C# for Windows Mobile 6. MySqlConnection conn = new MySqlConnection(...
View ArticleInstall Multiple version of .Net connector (2 replies)
Hello, I am writing VB.Net code for several applications running on 1 server and against 1 MySQL database. Currently all my apps use the .Net connector 5.2.1. I want to upgrade to the latest connector...
View ArticleDisplaying All Data From Table In DataGridView (no replies)
I am using Visual Studio C# Express 2008 and I have a form with a button and datagridview object. What I would like to know is if someone could please give me some sample code to connect to my...
View ArticleStrange behaviour (no replies)
Hi, I playing around with the .net connector, a mysql server and asp.net. The structure of my test table is index int(11) (Unique and auto_increment) path varchar(200) count int(11) I want to query...
View ArticleMySqlDbType.Char not supported (no replies)
I'm porting a Windows application from MS SQL Server to MySql. I'm using MySql 5.1.41 and MySql Connector/NET 6.2.3. I've successfully created my database, tables and ported all my stored procedures...
View ArticleC# multiple transaction. (no replies)
Dear All, I have a C# application where I update one local db,one central db and copy of local db in the central server. I am using mysql. Suddenly I notice my query on the central db just quit but...
View ArticleErros will compilling a MySQL sample with VS2008 (no replies)
I´m trying to compile a sample of MySQL C API in VS2008, first time i get this: Error 1 error C2146: syntax error : missing ';' before identifier 'fd' c:\archivos de programa\mysql\mysql connector c...
View Article