tehon3299
Centurion
Hey -
I am trying to create a GUID in VB.NET. What is the code for this? Is it
Also, how can I insert this value into an SQL table?
Thanks
I am trying to create a GUID in VB.NET. What is the code for this? Is it
Visual Basic:
Dim newGUID as New GUID()
Thanks