Table insertion?
-
Hi to all, I have a mail table with the fields like id,to,receiver,subject,description,date etc.. when i fill the to field with multiple receipient seperated by comma, i want to store in the table for all members. How it is possible?
-
Hi to all, I have a mail table with the fields like id,to,receiver,subject,description,date etc.. when i fill the to field with multiple receipient seperated by comma, i want to store in the table for all members. How it is possible?
So split the recipeints by comma and repeat the insert for each one.
Never underestimate the power of human stupidity RAH
-
So split the recipeints by comma and repeat the insert for each one.
Never underestimate the power of human stupidity RAH
Yes. Can u tell how to split and insert for each receipient?
-
Yes. Can u tell how to split and insert for each receipient?
I just did, split the recipients using text.split Insert each record using your current insert method, changing the recipeint each time.
Never underestimate the power of human stupidity RAH
-
I just did, split the recipients using text.split Insert each record using your current insert method, changing the recipeint each time.
Never underestimate the power of human stupidity RAH
I cant get.Can u describe briefly?
-
I cant get.Can u describe briefly?
What are you doing over here - go back to the ASP forum where they may have more patience with fools - you obviously have no idea what you are doing.
Never underestimate the power of human stupidity RAH