Hi Hareesh,
That right, I'm calling a stored procedure and within this stored procedure I've to insert the data into a DB table.
The DB guys told me to process the data as an array and not XML...
Can you tell me how to insert the data of those 3 fields in a table within a stored procedure as an array? And what kinda type do I have to define?
How would the target structure to the DB looks like?
I appreciate your help,
Kind regards,
John