Hi,
I know that it is possible to execute a script at the opening of a new connection.
I have to enter the path of my file login.sql in Tool->Preferences->Database.
It contains only 3 lines :
- set echo on
- set pagesize 5000
- set linesize 5000
The three options are well "taken". For exemple if I write show all (after opening a connection) I can see the three options with good values.
The problem is a surprising one. The option set echo on don't do anything. I have to rewrite set echo on to have the correct behavior when a query is executed.
Does any one of you already have this issue ?