guid value

  • Thread starter Thread starter Tom L
  • Start date Start date
T

Tom L

How can I create a guid value in vb.net? I'm creating a sql procedure, and
I want to pass the new guid value over to SQL instead of SQL creating it.

thx
 
Great, thanks - I see my problem. I was doing guid.newguid like a method,
not a function - DUH...

Thanks for the help programatix.
 
Back
Top