Guest User

Untitled

a guest
Sep 3rd, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 0.28 KB | None | 0 0
  1.     Dim sivCmd, SIVRs
  2.  
  3.     Set sivCmd = Server.CreateObject("SIVLib.sivConnect")
  4.    
  5.     sivCmd.ConnString = GOAT_CONNSTRING
  6.    
  7.     sivCmd.setCommand "sp_sel_coursedatebycouno"
  8.     sivCmd.setParameter paramInteger, "@couno", VehicleJourneyID
  9.     Set SIVRs = sivCmd.openCommand()
  10.     Set sivCmd = Nothing
Add Comment
Please, Sign In to add comment