J
JJ
I have a need to add several userid's (for example) to a table in an sql
database. The usernames will all added to a listbox (or similar) and a
'submit' button will be clicked to send them to the database.
I have a stored procedure which adds once username at a time. I therefore
wondered what is the best way to add several?
The obvious choice seems to be to create a new stored procedure that splits
a string of user id's and adds each one inthe one procedure.
I've not done this before so wondered if I am using the right approach here.
JJ
database. The usernames will all added to a listbox (or similar) and a
'submit' button will be clicked to send them to the database.
I have a stored procedure which adds once username at a time. I therefore
wondered what is the best way to add several?
The obvious choice seems to be to create a new stored procedure that splits
a string of user id's and adds each one inthe one procedure.
I've not done this before so wondered if I am using the right approach here.
JJ