Author |
Message
|
se_zn2003 |
Posted: Wed Jul 10, 2013 5:45 am Post subject: load record from database and display it in drop down list |
|
|
 Apprentice
Joined: 07 May 2013 Posts: 30
|
My database is oracle 11g and I want use TB_COUNTRY table or static table and see their record in web application and choose it
Now I want create new procedure to select it from database and send it to Queue to use it from application web with XML Message |
|
Back to top |
|
 |
lancelotlinc |
Posted: Wed Jul 10, 2013 5:50 am Post subject: Re: load record from database and display it in drop down li |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
se_zn2003 wrote: |
My database is oracle 11g and I want use TB_COUNTRY table or static table and see their record in web application and choose it
Now I want create new procedure to select it from database and send it to Queue to use it from application web with XML Message |
That's absolutely wonderful ! _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
se_zn2003 |
Posted: Wed Jul 10, 2013 6:13 am Post subject: Re: load record from database and display it in drop down li |
|
|
 Apprentice
Joined: 07 May 2013 Posts: 30
|
That's absolutely wonderful ![/quote]
what do you suggest?
How can I see my data from database and display them in drop down list |
|
Back to top |
|
 |
lancelotlinc |
Posted: Wed Jul 10, 2013 6:33 am Post subject: Re: load record from database and display it in drop down li |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
se_zn2003 wrote: |
what do you suggest?
How can I see my data from database and display them in drop down list |
Write some jQuery code in your WAS server to display the values. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Last edited by lancelotlinc on Wed Jul 10, 2013 6:34 am; edited 1 time in total |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Jul 10, 2013 6:33 am Post subject: Re: load record from database and display it in drop down li |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
se_zn2003 wrote: |
That's absolutely wonderful ! |
what do you suggest?
How can I see my data from database and display them in drop down list[/quote]
By writing code.
You have described an incredibly general problem that can not be answered in specific detail.
It is also your particular job that you in particular are being paid to do. If you do not know how to do this particular job, you should discuss this with your direct manager and ask what resources you have to acquire the necessary skills to do the particular job you are being paid to do.
Nobody here is going to provide you with training. |
|
Back to top |
|
 |
|