G
Guest
I am trying to use a String as part of a query. Here is the line:
strQuery = "Select Filename, Path from d11mw-zes215643.System..SCOPE() where
Filename = 'main.swf'"
The code works IF I rename the target workstation and remove the - character
and then adjust my code accordingly. However, that isn't a real solution for
me, so what are ways to deal with the - character so that the code can handle
it?
Here is a reference I found pertaining to C# in the middle of this page, but
I can't do the exact same thing in VB.NET...
http://www.sellsbrothers.com/news/showTopic.aspx?ixTopic=1949
Thanks
strQuery = "Select Filename, Path from d11mw-zes215643.System..SCOPE() where
Filename = 'main.swf'"
The code works IF I rename the target workstation and remove the - character
and then adjust my code accordingly. However, that isn't a real solution for
me, so what are ways to deal with the - character so that the code can handle
it?
Here is a reference I found pertaining to C# in the middle of this page, but
I can't do the exact same thing in VB.NET...
http://www.sellsbrothers.com/news/showTopic.aspx?ixTopic=1949
Thanks