Subject | Re: Primary Key of character a problem? |
---|---|
Author | rjschappe |
Post date | 2003-07-31T16:50:34Z |
> sorry to take so long in answering - got tied up in aAnn,
> different problem.
No problem! I appreciate the help!!!
> Ah, but prefix compression turns those seven charactersYes, I finally understand. I also did a search of all the archives on
> into a single binary 7. If more leading characters duplicate
> the previous index entry, then they'll be compressed too.
> Generally, your key will consist of a binary 19 and the last
> byte of the LocalCount, or 19 and the last two bytes of
> LocalCount.
prefix compression and read your previous comments on this subject as
well.
I modified my GUID routine to change the order if Prefix Compression
was to be used.
Thanks again for the help (and the patience!<grin>)
--Raymond