Hi,
I am having a proplem to figure this out with JCombobox,
I select from a table "select FieldID, FieldDescriptio n from SomeTable"
Now I want to display FieldDescriptio n on a JCombobox but I actually want to save FieldID.
Can anyone help? thatnks in advance.
I am having a proplem to figure this out with JCombobox,
I select from a table "select FieldID, FieldDescriptio n from SomeTable"
Now I want to display FieldDescriptio n on a JCombobox but I actually want to save FieldID.
Can anyone help? thatnks in advance.
Comment