G
Guest
I have been able to send input into a stored procedure I think, as shown below. Just wondering how to get the
output and actually call the procedure?
Me.SqlDataAdapter1.SelectCommand().Parameters("@EndDate").Value() = "1/6/2003"
Me.SqlDataAdapter1.SelectCommand().Parameters("@StartDate").Value() = "1/1/2003"
Also I could not find the value property of the parameters the wizard was suposed to create.
Thanks Paul.
output and actually call the procedure?
Me.SqlDataAdapter1.SelectCommand().Parameters("@EndDate").Value() = "1/6/2003"
Me.SqlDataAdapter1.SelectCommand().Parameters("@StartDate").Value() = "1/1/2003"
Also I could not find the value property of the parameters the wizard was suposed to create.
Thanks Paul.