MySQL Forums
Forum List  »  Newbie

Re: Guid should contain 32 digits with 4 dashes
Posted by: Rick James
Date: December 25, 2009 11:18PM

What version of MySQL are you using? What datatype are you using for the GUID field?
See...
http://dev.mysql.com/doc/refman/4.1/en/connector-net-news-6-2-0.html
http://bugs.mysql.com/bug.php?id=47928 --

An entry was added to the 6.1.3 and 6.2.0 changelogs:

When using a BINARY(16) column to represent a GUID and having specified “old guids =
true” in the connection string, the values were returned correctly until a null value
was encountered in that field. After the null value was encountered a format exception
was thrown with the following message:

Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)

Options: ReplyQuote


Subject
Written By
Posted
Re: Guid should contain 32 digits with 4 dashes
December 25, 2009 11:18PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.