mysql-connector
Is VS2010 downgrading the published Manifest reference to the last supported version of the MySQL Connector control (6.3.7)?
I have performed all the diffrent tweeks I can find, but I still get Could not load file or assembly \'MySql.Data, Version=6.3.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d\' or one of its dep[详细]
2023-04-13 07:10 分类:问答MySQL Connector .NET & Unicode
I am having some serious issues trying to get MySql Connector for .NET to insert unicode text into the database. I have read so many forums on this and none of the fixes seems to work. I have tried al[详细]
2023-04-11 21:45 分类:问答Why does MySql Connector.Net work on my Windows box but not on Mono?
I have installed Mono (version 2.10.2), mod_mono and have successfully tested it with both an index.html and an index.aspx echoing the date.[详细]
2023-04-06 22:30 分类:问答Weird problem when calling MySQL stored procedure from C#
I have a button with a click event : private void btnShow_Click(object sender, EventArgs e) { MySqlConnection con = new MySqlConnection(\"SERVER=localhost;DATABASE=airdb;UID=root;PASSWORD=123456\");[详细]
2023-04-05 13:47 分类:问答MySQL Connector Multiple Servers different port
I have an app that will be supported by two MySQL servers. They reside on 2 different machine on different network and on different ports.[详细]
2023-04-05 12:57 分类:问答How to use mvc-mini-profiler with mysql connection?
I\'m currently trying to use the mvc-mini-profiler with a MySQL Connection. Is there a way to do this with some kind of custom wrapper?[详细]
2023-04-02 14:43 分类:问答Zeoslib: How to tell when query execution is complete?
I am using ZeosLib within Delphi to call a MySQL stored procedure through the TZQuery object. Immediately after MySQL finishes execution of the stored procedure I need to initiate my next block of cod[详细]
2023-04-02 02:32 分类:问答Unresolved symbol: sql::mysql::get_driver_instance(void)
I have a program that uses MySQL connector to talk to a MySQL database.The application runs fine using Visual Studio 2008.I\'m trying to get the application to build with Visual Studio 2010 and that\'[详细]
2023-03-29 15:31 分类:问答c program to add a user to mysql
I am going to add a user to MySQL through C program. I amgoing to do final year project in MySQL. Don\'t get me wrong i开发者_如何学JAVAf I ask wrong. I have one doubt in this concept, that is we can[详细]
2023-03-25 08:53 分类:问答How do I set the absolute path for a assembly containing Database connector? MySQL Connector 6.4.3 with Entity Framework 4.1
Reason why: http://bugs.mysql.com/bug.php?id=61933 I recompiled the connector from source, incremented tit a version to 6.4.3.1, but now this (possibly) trivial question blocks me.[详细]
2023-03-24 02:29 分类:问答