Send xml file as a parameter to sql stored procedure from Access form!

moodi_z

New member
Local time
Yesterday, 21:53
Joined
Oct 4, 2009
Messages
1
Hi,

I found code that can call SQL sp from Access form. But... I need to send xml file as a parameter.
How can I choose the file (from my machine - I didn't find a file select control), and is it possible to send it ?

ALTER PROCEDURE [dbo].[sp_xxx]
@XML AS xml

Thanks in advance.
 

Users who are viewing this thread

Back
Top Bottom