Subject RE: [firebird-support] Go ahead and laugh, SQL gurus
Author Clay Shannon
<< If I were you, I would perform translation on client side, in
application. It is very easy with something like this:

ComboBox1.ItemIndex :=
DataSet.FieldByName('COMPENSATION').AsInteger;>>

Right, but I want to show the data in a DBGrid (CDS grid, to be more
precise), and I want the "English" values to show, not simply the integers.

Clay Shannon,
Dimension 4 Software