G
Guest
I have created a stored procedure to use OPENXML to update my SQL2000
database using an external XML file.
What I need help on is:
How to pass the XML file as a parameter to the stored procedure.
Do I call SqlParameter ? If yes, besides the file name, it wants to know
the dbType and size.
Can someone post the C# code to do that ?
Thanks in advance,
LW
database using an external XML file.
What I need help on is:
How to pass the XML file as a parameter to the stored procedure.
Do I call SqlParameter ? If yes, besides the file name, it wants to know
the dbType and size.
Can someone post the C# code to do that ?
Thanks in advance,
LW