2124
Views
3
Comments
Solved
GenerateGUID()
Question

Good Day,

I'm new in using the said function.

I would like to clarify if the value returned is always Unique?

Regardless if the app was used from different Browsers/Multiple Tab of each browsers?

Is it referenced/incremented from a Database table?

Currently we are using Oracle as our Database and Java Stack platform.

Later we will be using .Net platform.


Thank you and kind regards,

Christopher

Solution

Yes. 

You can consider unique, as the possibility of two guild's being generated the same is ridiculous low.

https://betterexplained.com/articles/the-quick-guide-to-guids/

Thanks Jauch.

Hi Eduardo, 

is there any documentation about how GenerateGuid function, in System library, create the GUID? 

thank you, 

Roberta

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.