How can I make isql secure?
bcp DBCCs ASE FAQ ——————————————————————————- 4.1: Hiding your password to isql ——————————————————————————- Here are a menagerie (I’ve always wanted to use that word) of different methods to hide your password. Pick and choose whichever fits your environment best: Single ASE on host Script #1 Assuming that you are using bourne shell sh(1) as your scripting language you can put the password in a file and substitute the file where the password is needed. #!/bin/sh # invoke say ISQL or something…