Hi There!
I am creating a component and using submiting its commands using its method. I need to specify commands in double quotes only. sometimes, these commands itself contains double quotes, which is requirement. In such cases, my asp fails. I do not know how to solve this problem. I am doing like...
Set Obj = CreateObject(""SAS.application"
SASObj.Submit ("put "&dataset";"
the &dataset should be in double quotes
Thanks to all
Nanda
I am creating a component and using submiting its commands using its method. I need to specify commands in double quotes only. sometimes, these commands itself contains double quotes, which is requirement. In such cases, my asp fails. I do not know how to solve this problem. I am doing like...
Set Obj = CreateObject(""SAS.application"
SASObj.Submit ("put "&dataset";"
the &dataset should be in double quotes
Thanks to all
Nanda