mysql-connector
Cant see Mysql data source at the add connect to database
I have visual web developer 2010 express and mysql/connector 6.4.3 When I press on the database explorer tab -> connect to database, I need to choose data source but I dont see mysql data source as I[详细]
2023-03-19 14:53 分类:问答MySQL C API Handle TEXT field
When one uses Prepared Statements in MySQL C API to handle TEXT field result, one has to specify the length of the string for an out binding:[详细]
2023-03-18 14:50 分类:问答MySql connector with Entity Framework: Comparing Char(36) GUIDs in a LINQ Where clause
I think the title pretty much nails it. I am using a Char(36) in a MySql table which automatically gets recognized as a GUID when using the Entity Framework.[详细]
2023-03-17 15:21 分类:问答How can I log a prepared statement in ADO.Net / MySQL Connector
I\'d like to use prepared statements with MySQL Connector/NET (or any ADO.Net provider for that matter) for our database access.[详细]
2023-03-17 05:32 分类:问答Can't find mysql.jdbc.Driver - MySQL, JBoss
I\'m unable to deploy my web app with MySQL 5.5.11 backend to JBoss 5.I get this error: Caused by: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver from BaseClassLoader@262b2310[详细]
2023-03-15 19:09 分类:问答How to connect to mysql using mysql connector via C# without actually installing the connector
We have a dot net 2.0 based C# product which uses Mysql as the data storage. When we install the mysql connector 6.3.6 on the XP/Win 7 machine, we are able to connect to the database from the C# code[详细]
2023-03-14 00:53 分类:问答Incorrect results when looping over recordset using Webmatrix/Mono/MySQL
I have a test ASP.NET MVC 3 web site running on Mono v2.10.2 on Ubuntu v10.04. I am using MySQL Connector/NET as the database provider.[详细]
2023-03-13 05:05 分类:问答entity framework not generating second orderby
My problem is that I am trying to make 2 OrderBy but the second one is never generated for entity framework, I inspected the generated query.[详细]
2023-03-12 15:40 分类:问答How to avoid "There is already an open DataReader associated with this Connection which must be closed first." in MySql/net connector?
I have this following piece of code: public TimestampedRowStorage GetTimestampedRowStorage(string startTime, string endTime, long trendSettingID, int? period)[详细]
2023-03-11 07:35 分类:问答Are there "official" Javadocs available for MySQL JDBC Connector? [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.[详细]
2023-03-09 16:24 分类:问答