Post
Post can be used to insert, delete, update and view the data
|
|
Insert data in SQL server using Post
On selecting the post for inserting the data we need to select the method related to the insertion.
Then we have to select the parameters based on it we have to select the get new rows for inserting data and mapping the fields.

Delete data in SQL server using Post
On selecting the post for deleting the data we need to select the method related to the deletion.
Then we have to select the parameters based on it we have to select the get deleted rows for deleting data and mapping the fields.

Update data in SQL server using Post
On selecting the post for updating the data we need to select the method related to the updating.
Then we have to select the parameters based on it we have to select the get updated rows for updating data and mapping the fields.

View data in SQL server using Post
On selecting the post for view the data we need to select the method related to the view data. Then we have to take post node and select instance, method, and source related to post, UI component.

Created with the Personal Edition of HelpNDoc: What is a Help Authoring tool?

