newbie: Need feedback about this!
- From: "Jeff" <it_consultant1@xxxxxxxxxxxxxxxxxx>
- Date: Sun, 6 Aug 2006 16:18:54 +0200
hey
asp.net 2.0
I have an array of strings which I need to send in as a parameter to a
stored proedure. As far as I know it's impossible to send an array into a
stored procedure. But I think a stored procedure accepts xml files as a
parameter. So I thought to create a DataSet and populate it with my array of
strings. Then use DataSet.WriteXml to generate the xml file.. Send this XML
file as a input parameter into the stored procedure and use OPENXML to loop
through the records in the xml file....
Is this a good way of doing it?...
Jeff
.
- Follow-Ups:
- Re: newbie: Need feedback about this!
- From: rossum
- Re: newbie: Need feedback about this!
- From: Siva M
- Re: newbie: Need feedback about this!
- From: Nicholas Paldino [.NET/C# MVP]
- Re: newbie: Need feedback about this!
- Prev by Date: Re: Intellisense options
- Next by Date: Re: newbie: Need feedback about this!
- Previous by thread: Please Help: Resource Files and Excel
- Next by thread: Re: newbie: Need feedback about this!
- Index(es):
Relevant Pages
|