NetBeans Forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
  

[platform-dev] Binding DB table to ComboBox

 
Post new topic   Reply to topic    NetBeans Forums -> NetBeans Platform Users
View previous topic :: View next topic  
Author Message
hayford.osei
Posted via mailing list.





PostPosted: Thu May 17, 2012 9:51 pm    Post subject: [platform-dev] Binding DB table to ComboBox Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    NetBeans Forums -> NetBeans Platform Users All times are GMT
Page 1 of 1

 
Jump to:  
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


Powered by phpBB
By use of this website, you agree to the NetBeans Policies and Terms of Use. © 2012, Oracle Corporation and/or its affiliates. Sponsored by Oracle logo