on 2015 Apr 23 12:52 PM
I need to include ' inside a string literal in isql. for example, CREATE SERVER remote_db2 CLASS 'saodbc' USING 'DRIVER=SQL Anywhere 11;DBN=remote_db2;INT=Yes;dbfile=d:\\db2;dbkey=whateverwith ending in single quote'
I know I can use '' in other string literal but ''' in above
confuses isql in the use with dbkey.
Use ''
e.g. Using 'Driver...dbkey=''whatever'''
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
62 | |
10 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.