I need to form a string in VBScript with double quotes in it. How do I do that ?
Ex:
DIM tableSQL
tableSQL = "SELECT * FROM " & Request("tableName")
' tableSQL should come out as
' SELECT * FROM "Order Details"
Truly appreciate your response.
Kailash




Reply With Quote