> Thanks to both of you for your replies. It helps me solve the problem.
Does
> the new SQL Server (2005?) have any better way to handle arrays than SQL
> Server 2000??
If you're brave enough to try the CLR, you can code stored procedures and
other modules using .NET languages. So I imagine there is a way to do it
yourself, but nothing native... there are still no such things as "arrays"
in relational data...
There is better XML handling, so you might be able to pass data structures
in that way, as well.
--
http://www.aspfaq.com/
(Reverse address to reply.)