ice78991
Programmer
- Nov 20, 2006
- 216
I am using Coldfusion with Sql Server 2005 and I am using coldfusion to convert a simple recordset to a list
Is it possible/advisable to perform this conversion in a stored procedure
ie converting the output of
SELECT names FROM dir
to a comma seperated list @list
which I could then output to coldfusion
Is it possible/advisable to perform this conversion in a stored procedure
ie converting the output of
SELECT names FROM dir
to a comma seperated list @list
which I could then output to coldfusion