Recent content by moodi_z

  1. M

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

    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.
Back
Top Bottom