Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help passing simple XML row to a stored procedure

Status
Not open for further replies.

xaa

Programmer
Jun 25, 2003
5
US
I have a simple XML row that I created using a Select...For XML Raw and I need to pass that as a parameter to a stored procedure. The sp param is an nText and everything else is set up, but I don't know how to pass the XML to it.

Thanks.
 
it is a lot easier to describe with example code.

paste a small amount of code to help explain what, exactly, you are wanting to do...

without seeing what you are talking about, it is hard to visualize the situation...

Have Fun, Be Young... Code BASIC
-Josh
cubee101.gif


PROGRAMMER: (n) Red-eyed, mumbling mammal capable of conversing with inanimate objects.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top