I have a DB field that is data type integer.
I have 3 items. Item.Value(s) are 12, 99 & -1.
The value saved to the DB is the Item.ItemIndex ( not Item.Value)
If the DB field datatype is char then then DB field are saved correctly.
... how do I resolve this.
TIA