mysql-connector
Entity Framework and MySQL null reference exceptions when inserting a row
I\'ve created a simple Test table in an EDMX file. The table is called Test with one column, TestId. TestId is the Entity Key, and it\'s Type is Guid. StoreGeneratedPattern is set to Identity (the def[详细]
2023-01-29 14:24 分类:问答JDBC Connector with Tomcat6 and CentOS5?
I\'ve got two servers, one with CentOS and the other with Debian. In Debian I\'ve installed tomcat6 with the last MySQL in Lenny. I only downloaded the MySQL JDBC Driver and drop it in $CATALINA_HOME[详细]
2023-01-27 23:41 分类:问答.Net + Nhibernate + Mysql Connector 6.3.5 = Value cannot be null error
I have got a simple integration sanity test to prove that my mappings are working, originally I was using an MsSQL database server, but have now added support for MySQL (or at least I thought I had) b[详细]
2023-01-22 16:44 分类:问答Mysql - very weird behavior: query works locally, but not on a remote server for some people
I have a very weird thing that we cannot understand or fix. The short version: Some very simple SELECT-queries in MySQL hangs the whole application/program who made the query. However, its not consis[详细]
2023-01-21 00:10 分类:问答MySQL C++ Connector: undefined reference to `get_driver_instance'
I\'ve been trying to get the MySQL connector working I\'ve installed both the connector and the mysql client library but I am still getting this error:[详细]
2023-01-19 02:36 分类:问答MySQL Connector and MySQL Server Version 4.0.25
I\'m trying to use t开发者_JAVA技巧he MySQL Connector/Net to connect a c# program to a MySQL Server.[详细]
2023-01-18 04:58 分类:问答MySQL JDBC driver & FLOAT(N, M) column type
I\'ve recently got a bug that\'s somewhat weird for me. Let\'s consider that we have a table with a column of FLOAT(8, 3). Let\'s also consider we have a validated table editor accessible via web brow[详细]
2023-01-17 06:31 分类:问答MySQL Connector/NET connection multiple DataReaders per Connection?
I am migrating from Java to C# now that I\'ve realized I prefer the C# language features over the ones in Java, but I have this small issue. In MySQL Connector/J and JDBC, I believe that one of my app[详细]
2023-01-16 04:07 分类:问答Truncating strings
I\'m working with third party user data that may or may not fit into our database. The data needs to be truncated if it is too long.[详细]
2023-01-14 23:38 分类:问答Mysql, NHibernate and visual studio 2008 configuration
I am a beginer with visual studio 2008 (C#), mysql and NHibernate. I have problems with mysql connector as I don\'t know how to add reference to it.[详细]
2023-01-13 07:07 分类:问答