Re: Proposed patch to datacopy to allow passwords to be read from stdin
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 10 Sep 2012 18:19:26 +0100 Frediano Ziglio <[email protected]> wrote: > If I remember just using empty username and password will do so just > replacing strtok with strsep should work. strtok(3) is standard and OK to use here. Command-line parsing isn't re-entrant or multithreaded. --jkl