Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Catch the table Data in WDA4

Former Member
0 Likes
442

Hi ,

I have a requirement in WDA4 where i have to get the data inside the table from the user and later on i have to save the data in the database table .

I am being able to get the data from the user but am struck up at the point of collecting the data in an internal table anad moving it to the data base .

Thnks

Sahil

Hi ,

I have a requirement in WDA4 where i have to get the data inside the table from the user and later on i have to save the data in the database table .

I am being able to get the data from the user but am struck up at the point of collecting the data in an internal table anad moving it to the data base .

Thnks

Sahil

1 REPLY 1
Read only

Former Member
0 Likes
408

are you not binding the data to context , if you are binding it to context , then you can read the context node and get the data directly and save the data to DB.

Just tell me what are you doing exactly..