how to save indexes of array of a CDT to database row?

Hi Team,

I have data as CDT = {A,B,C,D} and my interface is returning values as multiple i.e list/arrray of CDT{[A,B,C,D], [A,B,C,D], [A,B,C,D]}.

I want to store data into my table in mssql as array index 1 to first row of db, 2nd index to 2nd row and soo on.

How can I do this ? please help?

Thanks,

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data