J
joe klein
I need to read from a sql table all rows with '1' in userid column. I
am able to do this and put them in a dataset.
I then need to ADD to the sql table the same information in all rows,
except replace the userID column of 1 with another int value.
remember, I do not want to cahnge the value, but ADD rows.
I am using user ID as a 'template' for new users when they are added
to SQL. I want them assigned the same inforamtio as userID 1.
How is the best way of doing this?
thanks for any advice-
am able to do this and put them in a dataset.
I then need to ADD to the sql table the same information in all rows,
except replace the userID column of 1 with another int value.
remember, I do not want to cahnge the value, but ADD rows.
I am using user ID as a 'template' for new users when they are added
to SQL. I want them assigned the same inforamtio as userID 1.
How is the best way of doing this?
thanks for any advice-