Hello, Can someone please show me an example of how to pass a parameter to a stored procedure? I have a crystal report that uses the stored procudure. I can call the procedure with this:
Set s = CreateObject("InternetExplorer.application")
s.Visible = True s.Navigate " '?prompt0=" & JobStatus.Job & "&prompt1=" & CStr(Now)
Any help would be great!
Set s = CreateObject("InternetExplorer.application")
s.Visible = True s.Navigate " '?prompt0=" & JobStatus.Job & "&prompt1=" & CStr(Now)
Any help would be great!