Re: Passing username and password to bsqldb other than by command line
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 23 Aug 2016 09:25:11 -0600 Dominic Jones <[email protected]> wrote: > Is there a way to pass the database username and password to the > bsqldb utility other than by using command line arguments? If Kerberos or similar is configured, any FreeTDS application can take advantage of it. It's documented for tsql. Glancing at the code, it looks like it's meant to work in bsqldb. --jkl