Hi all
I need some help with sproc and array handling
I'm sending 3 value from 1 ASP page to a sproc, 2 simple value and one
array
each value in the array point me to a record where i get a second array
i need to check if the second array have the simple value #1 and do some
processing if the value is present in the array
how do i split each array so i can compare each value with the simple
value#1 ?
I know ASP can do the job but i need faster processing
so SQL will sweat for me this time ;)
anybody can help me?