You are here: irt.org | BBS | Re: How to write a long sql strings to several lines in VBScript [This BBS is closed]
Posted by Jason Nugent on August 17, 1998 at 11:40:29:
In Reply to: How to write a long sql strings to several lines in VBScript posted by john on August 17, 1998 at 01:24:13:
: in VBScript, I need to write very long SQL statement, how can I
: divided it to several lines? using what signal to connect them?
: is it "+", but it seems not work. how can I do it?
: Thanks
String concatenation in VBScript is done using the & operator.
"first string" & "second string"
Jason
Follow-ups:
You are here: irt.org | BBS | Re: How to write a long sql strings to several lines in VBScript [This BBS is closed]