| |
| | Generate a Windows Globally Unique Identifier |
 | | Probably the easiest way to create unique IDs is to use the @Unique function to generate a part of a key, a database identifier as prefix and then append an 'a' or '0.' Verify the key doesn't exist in the current database, if it does already exist, then increment the last digit and verify again. |
 | | So, IF I created a document, @Unique would generate a key like BMAY-66RH28, where the first segment was generated from my userID and the last part is related to date and time. |
 | | In some applications, we change the position of the differentiator and database identifier so that the 0 doesn't always appear at the end of the key. |
| searchdomino.techtarget.com /ateQuestionNResponse/0,289625,sid4_cid632854_tax282449,00.html?track=NL-47&ad=498214 (432 words) |
|