On Tue, Apr 7, 2009 at 7:32 PM, Evgueni Kolossov <[email protected]> wrote: > Thanks Greg - you are right as usual. > Can you tell me - what are you storing in database: string from ToString() > or string from BitVectorToText? >
I use the ToString form, because it's more compact and faster to reconstruct (I believe). The argument in favor of the ToString form is that it's theoretically more interoperable; I figure that if I need that I can always add a bitstring column later. -greg

