how can i tell if a guid field is empty ?
or how do i set it to a value that i could read as empty, null or nothing ?
really doin my sweeeeeeed !!!!
Printable View
how can i tell if a guid field is empty ?
or how do i set it to a value that i could read as empty, null or nothing ?
really doin my sweeeeeeed !!!!
Dim g As Guid = Guid.Empty
If g.ToString = Guid.Empty.ToString Then Msgbox("Empty")
i posted this in the main forum and got the same reply, but many thanks any way ;)