Link to home
Start Free TrialLog in
Avatar of ggilal
ggilal

asked on

How to append parameter of xml type in asp(classic)

I need to send a parameter of type xml to a stored procedure on an asp(classic) page.
What is the DataTypeEnum Value for xml type?

This is the string to be sent:
"<StudyDataList><StudyData><StudyParID>931</StudyParID><TPID>2732</TPID><DataValue>1</DataValue></StudyData>
<StudyData><StudyParID>931</StudyParID><TPID>2733</TPID><DataValue>2</DataValue></StudyData>
<StudyData><StudyParID>931</StudyParID><TPID>2734</TPID><DataValue>3</DataValue></StudyData>
</StudyDataList>"

Thanks
ASKER CERTIFIED SOLUTION
Avatar of JoachimMartinsen
JoachimMartinsen
Flag of Norway image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial