on 2015 Dec 15 6:48 AM
Hi experts ..
I posted the all the data to the backend i mean creating part is completed . Then i retrieved the data from the backend and i displayed that values with id.
now the reading part also working .
So now i have to do the update part . For that i need to post the empid to the back end. So by click on the update button i have to send the emp id only to the back end ....i hope u experts, so please guide me to do update ....
regards ...
Damian .A
Hi Damian,
Use the following,
Update <table name>
Set <field name> = <structure name-value that is to be updated>
Regards,
Shrusti
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Damian,
For update you just need to call the update() function of the OData Model object and pass the required parameters to the update function. However you first need to implement the update method in your OData service. Has you done this alreday?
Regards,
Saurabh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
62 | |
12 | |
7 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.