on 2017 Mar 22 4:58 AM
Hi, I have by mistake set the isql_log option permanently to a false file (set option isql_log=false_file.log). What is the way for rollbacking this option so that it will take its default value.
Thanks
This is an IQ option, not available in SQL Anywhere.
Currently, you may have a file "false_file.log" somewhere that is gathering up all your SQL statements.
To turn that off, try setting it to the empty string...
SET OPTION PUBLIC.ISQL_LOG = '';
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please follow the link and read the Help page about isql_log. This option has absolutely nothing to do with the transaction log.
User | Count |
---|---|
68 | |
10 | |
10 | |
10 | |
10 | |
8 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.