Re: FreeTDS & Sybase SQL Anywhere 11
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Frediano Ziglio wrote: > > Perhaps tds_disconnect is a bad name... a tds_logout is better but we > would probably like to have a symmetric tds_login. > tds_connect_and_login calls tds_send_login, tds7_send_login and > tds8_do_login but are all static function. Perhaps a > tds_logout_and_disconnect would be a perfect name. This function > should be called before every tds_free_socket function. Sounds reasonable. :-) --jkl