cancel
Showing results for 
Search instead for 
Did you mean: 

very very urgent. population data from database into dropdownbox

Former Member
0 Kudos

Hi,

i imported a model through ejbs

this is to create new entries into database ,

and my scenerio iso now i need to populate the values that i stored into database thro EJBS in a drop down box of wd application.

plz help me through code ,i am new to java webdynpro...

neede very urgently,

Thanx .

Arjun.G

Message was edited by:

arjun swamy

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

thanx

Former Member
0 Kudos

Hi,

You haven't mentioned which database you have. SQL/Oracle/something else??For any case, you may have to make a connection to the database server. Then create a statement from the connection and then resultset from the statement which can store values from db. So from the resultset, you can populate values to webdynpro dropdown box. You can find many tutorials and forums for this from sdn itself.

Regards,

Harini S

Former Member
0 Kudos

hi harini,

i have created the beanmodel to communicate to the entity bean which is inturn connected to my data dic prj.i have written my retrival stmt in the entity beans query.. now iam not able to connect to my entity bean from my model bean.

the flow is like..

MYJWD->CommandBean(java class)->Ejb->data dic.

I hope nw u understand my scenario..

Thanx.

Arjun.G

Former Member
0 Kudos

Hi,

Have a look at these threads

Kind Regards,

Saravanan K