Results 1 to 2 of 2

Thread: creating GUID in .Net

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2001
    Posts
    2

    creating GUID in .Net

    I have a dataset based on a SQL server table with a uniqueidentifer as a key. How can I generate a local guid or request one remotely from SQL server whenever I add a row to the dataset?

  2. #2
    Lively Member
    Join Date
    Aug 1999
    Location
    Amsterdam
    Posts
    117
    Dim x As Guid = Guid.NewGuid()

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