TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
icuucme2
NA
1
0
Sending XML Document to Store Procedure
Aug 13 2004 2:31 PM
I've got an app that downloads a text file from the web, turns it into an xml document using xmltextwriter. From here I want to pass the xml document to a stored procedure to update an SQL Server database. My quandry lies in how to pass the document. I don't want it to "touch the ground", meaning I want to take it straight from the download site and pass it (as a stream?) to the command object to the stored procedure without saving the xml document to a drive. I have the stored procedure receiving the document as an ntext parameter. Any help would be appreciated.
Reply
Answers (
0
)
Bubble event in C# from a dll to the ASPX page?
Calculation time??