2334
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

2020-02-28 09-46-54
Eduardo Jauch
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/

2024-10-25 09-14-42
Christopher Bautista

Thanks Jauch.

2024-02-14 11-30-38
Roberta Colombo

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.