CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Apr 2009
    Posts
    19

    storing Guid in MySql?

    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.
    Last edited by Tealc; April 23rd, 2009 at 02:09 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured