NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
hayford.osei Posted via mailing list.
|
Posted: Thu May 17, 2012 9:51 pm Post subject: [platform-dev] Binding DB table to ComboBox |
|
|
Hello
I have a table Customer(customerId, name) which I want to bind to a
combobox netbeans platform applications....
The Combobox is suppose to display the name and when the user select a
name, the selectedItem should be the customerId.
If my query is "select c.customerId from Customer c; I am able to bind
to the combobox no problem. But if the query is select c from customer
c or select c.customerid, c.name from customer c
I am thinking the problem is with the List that holds the results. The
Palette does not allow me to define List<Customer>, I think if i could
do that, then i can achieve what i want.
Thank you in advance for your help.
I |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|