C
Colin Steadman
I have an ASP site that allows the user to submit an
Employee Number to an Oracle procedure. The procedure
does some calculations and the results are displayed in
the browser.
Now, the user would like the ability to submit any number
of employee numbers all at once (though not display the
results).
I think this can be done, but I'm not entirely sure how to
go about it? I think the way to approach this would be to
get a comma separeated list if employee numbers and
convert it into and array using SPLIT, and then churn
through the array and pass each record to the Oracle
procedure.
So my question is, how do I get the comma separated list
into ASP? There could be as many as 6000+ entries in the
list.
TIA,
Colin
Employee Number to an Oracle procedure. The procedure
does some calculations and the results are displayed in
the browser.
Now, the user would like the ability to submit any number
of employee numbers all at once (though not display the
results).
I think this can be done, but I'm not entirely sure how to
go about it? I think the way to approach this would be to
get a comma separeated list if employee numbers and
convert it into and array using SPLIT, and then churn
through the array and pass each record to the Oracle
procedure.
So my question is, how do I get the comma separated list
into ASP? There could be as many as 6000+ entries in the
list.
TIA,
Colin