Forum Discussion
AlexKaras
11 years agoChampion Level 3
Hi Chris,
Concatenate two or more variables.
E.g. (VBScript untested sample):
Dim strPassword
Dim strConnStr
strPassword = <get password from file>
...
strConnStr = aqString.Format("Data Source=myOracleDB;User Id=SYS;Password=%s;DBA Privilege=SYSDBA;", _
strPassword)
...
Concatenate two or more variables.
E.g. (VBScript untested sample):
Dim strPassword
Dim strConnStr
strPassword = <get password from file>
...
strConnStr = aqString.Format("Data Source=myOracleDB;User Id=SYS;Password=%s;DBA Privilege=SYSDBA;", _
strPassword)
...
Related Content
- 5 years ago
- 12 years ago
- 14 years ago
- 12 years ago
Recent Discussions
- 21 hours ago