Re: newbie: Need feedback about this!
- From: rossum <rossum48@xxxxxxxxxxxx>
- Date: Sun, 06 Aug 2006 21:44:33 +0100
On Sun, 6 Aug 2006 16:18:54 +0200, "Jeff"
<it_consultant1@xxxxxxxxxxxxxxxxxx> wrote:
heyIf your database can parse Comma Separated Variable (CSV) files, then
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
that would be an alternative way of sending the strings.
rossum
.
- References:
- newbie: Need feedback about this!
- From: Jeff
- newbie: Need feedback about this!
- Prev by Date: Using Rijndael in Counter (CTR) Mode
- Next by Date: Re: Where can I find the Error code for DirectoryServicesCOMException?
- Previous by thread: Re: newbie: Need feedback about this!
- Next by thread: Need MAC Address of LAN Devices, Access ARP Cache
- Index(es):
Relevant Pages
|