cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

Data save into SQL Database

TanmeyTWX
17-Peridot

Data save into SQL Database

Hi,

On trigger (click) all the data of repeater should get saved into database. I have created one SQL Stored procedure which is taking input parameters to save the data and repeater selected row Will supply those inputs parameters to stored procedure.

One column of repetaer has editable data.

Like Grid we don't have "Editable table" to be passed as input.

How to achieve data save in a repeater?

1 REPLY 1
PaiChung
22-Sapphire I
(To:TanmeyTWX)

This isn't straight forward.

Each repeater entry needs to have a KEY and then the values you want to save (or all values). That through a service is added to a DataTable or Session Parameter

Then another Service will take that information and apply the changes.

Top Tags