Hello All,
I have some some variables that can hold one or more pieces of data depending on what the user orders.
I would like to be able to insert the data in individual rows (with the same orderID) if there is more than one item in these variables.
The values are currently seperated by commas, the first step I think is to change the delimiter to another more obscure character.
Any tips or links you might suggest?
I have some some variables that can hold one or more pieces of data depending on what the user orders.
I would like to be able to insert the data in individual rows (with the same orderID) if there is more than one item in these variables.
The values are currently seperated by commas, the first step I think is to change the delimiter to another more obscure character.
Any tips or links you might suggest?