Anyone have any thoughts on subclassing AnyData for virtmaps?
Virtmaps have two fields delimited by white space. 

I would think that for reading (SELECT) them you could pass in:
field_sep,\s on the flags;

And for writing (INSERT):
field_sep,\t on the flags;

I'm completely confused on how you would do an UPDATE.

Or, perhaps it would be just easier to convert misc. whitespace to a
tab.

  Jeff

Reply via email to