June 9, 2006 at 12:02 am
hi all,
i need to pass a list of values to a procudure, for that i need to use
either a commaseparated file or array.
can any body tell whi approach is best
nidheesh kuvil
June 12, 2006 at 8:00 am
This was removed by the editor as SPAM
June 16, 2006 at 6:00 pm
I'm pretty sure that you cannot pass an array... guess that leaves a CSV parameter...
If you don't have very many parameters in the "list", why not pass them as individual parameters? That would be the best, in most cases.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 17, 2006 at 11:49 pm
Hello Nidheesh..
You should pass your array in an XML document. You can read a journal article here which describes the technique.
Hope this helps! Please write back on my blog (where there are several posts on XML performance) or here if there's anything else you need.
- Ward Pond
- Ward Pond
blogs.technet.com/wardpond
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply