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
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
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
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
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:
I\'m trying to use t开发者_JAVA技巧he MySQL Connector/Net to connect a c# program to a MySQL Server.
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
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
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.
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.