Hi Experts,
Following are questions related to guid.
1) 1) Is it possible to check in runtime which guid(not saved in database) is created first?
2) 2) Is it possible to control the creation sequence of guid( as guid’s are created randomly by the system, when I use sort on guid, it is not sorting based on the guid creation) ?
3) 3) In the below example following are the guid’s created randomly by the system. When the 5th guid is generated it is taking the sequence of 1 & 2. Here I want the 5th guid to be in the increasing sequence of 4th Guid.
| Guid's |
1 | 518FD160C6162BF0E100800097A26615 |
2 | 518FD4D8C6162BF0E100800097A26615 |
3 | 51905391A2FA05B0E100800097A26615 |
4 | 51905735A2FA05B0E100800097A26615 |
5 | 518FEEEBC6162BF0E100800097A26615 |
Your inputs are highly appreciated and rewarded.
Thanks & Regards,
S.Gangireddy