Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Generate Version 1 UUIDs
Message
From
19/09/2017 04:18:52
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
How to Generate Version 1 UUIDs
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
SAMBA Server
Database:
MySQL
Application:
Desktop
Miscellaneous
Thread ID:
01654423
Message ID:
01654423
Views:
101
Hi Experts,

For the longest time, I have been using CoCreateGuid and StringFromGUID2 to generate GUIDs. Problem with this is, whenever one simply does "select * from customer" from a MySQL Server, it does not show the customer rows in its sequential order of creation/insertion. I either need to add a column that is autoinc in nature to enforce sequential behavior.

If one calls or invokes the UUID() of MySQL (or PHP), these GUID values can be spliced and reorganized to make the inserted rows sequential. This is possible due to the fact that the GUIDs they produced are of type "version 1", wherein the 4th and 5th segments are fixed. I won't be needing the added overhead of creating autoinc columns.

This cannot be done however when one uses CoCreateGuid and StringFromGUID2 as the GUIDs they give are of type version 4 - wherein each segment is totally random.

Aside from making a call to a MySQL server, "select uuid()" to populate my primary keys, is there another way to do this "natively"? Needless to say, this will save me a trip to the server.

Thanks In Advance.
Next
Reply
Map
View

Click here to load this message in the networking platform