Re: tsql connects but prompt incs 1, 2, 3
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Ryp Walters wrote: > In > reviewing tsql.c file, the connection attempt starts afterwards. Thanks for the suggestion. I added your text to my local working copy of the tsql man page. Your observation, however, is more to the point: the password should be requested only after the connection is formed, to send the login packet. It would be a nice refinement, and dovetails with my effort to separate clearly the connection from the login. --jkl