Click to See Complete Forum and Search --> : storing Guid in MySql?


Tealc
April 23rd, 2009, 12:46 PM
I have looked on google and found several options to store a c# guid in MySql but which is the correct datatype to use? I heard string or binary, and I heard that its hard to convet data back to a Guid after storing it in MySql.

In MS Sql I use uniqueidentifier type.