Hello,
I am trying to make some small changes to an old VB web app I need to add quotes inside of a string I've had no luck so far. The string is
Dim sql As String = "Select * from Usertask Where UserId = " & Session("UserId") & " and JobID=" & ddlReqTask.SelectedValue
I need to add quotes around the Session("UserID") value.