Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unique key based on timestamp
Message
From
18/10/2004 02:16:04
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00952187
Message ID:
00952198
Views:
8
I suggest you use a DateTime field type, it's only 8 byte. To update, you use the Datetime() function which has a resolution of 1 second.

>I want to create a unique record key that is based on timestamp. So when I sort the records on this key, they are sorted in datetime order.
>
>Any ideas how to create this unique key? Would like it to not be a date field, and to be as precise as possible, and as short in length as possible.
>
>Realize that I will have to check for duplicate key prior to inserting a new record as that two records quickly inserted might get a duplicate key.
>
>vfp 6.0.
>
>Thanks
>
>Brenda
Previous
Reply
Map
View

Click here to load this message in the networking platform