Connect / Disconnect


A) dialog Connect



1. Click pushbutton Connect in the toolbar
2. Select Data Source in the combobox
3. Enter User Name and Password (if needed)
4. Check Save Password if you want to save your password
5. Click Ok



Comments:
- Last used UserName for each database is always saved for future use.
- Password is saved as a plain text in x-cfg.ini in [Saved Logins] section
(if checkbox Save Password is checked).
Example:
[Saved Logins]
inter1_user=sysdba
inter1_pswd=masterkey
dbfdatafox_user=
dbfdatafox_pswd=
oisland7_user=SYSADM
oisland7_pswd=SYSADM


B) by hand

connect datasourcename;
connect datasourcename/username/password;
disconnect;
Type a command, put caret (text cursor) somewhere on the line, press Ctrl+Enter




Statusbar shows the current connections (datasource/username) of Queries Q1 - Q3