I need the palm record ID's in my databases to always be within the range of 100,000 to 199,999 if the record is created on the handheld (I use a different range for records created on the PC). I'm trying to find the best way to accomplish this. I could just reset the record ID for each new record right after it's attached to the database, but then I have to manage the issuance of the ID's myself.
On the otherhand, I was thinking it might be simpler to just reset the UniqueIDSeed to 100,000 when the database is created. Then palm's automatic method of assigning ID's would work great. I can't find a data manager routine to set the UniqueIDSeed, so I'd have to write my own code to do it. Anyone else done this before? Any words of advice? -Ron -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
