This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- cross platform! Works on unix and windows. Notice ability to run host programs?! | |
accept _usr prompt 'UserName: (app) ' default 'app' | |
accept _pwd prompt 'Password: (&_usr) ' default &_usr hide | |
accept _tns prompt 'TNSalias: (SUE2DEV) ' default 'SUE2DEV' | |
whenever sqlerror exit | |
connect &_usr/&_pwd@&_tns | |
whenever sqlerror continue |
NewerOlder