tsql connects but prompt incs 1, 2, 3
"Ryp Walters" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Organization | OverCoffee Productions |
| Message-ID | <1c2d01cb8f21$b4bb5620$0636d84b@Marvinii> |
After compiling freeTDS (0.82) on my redhat linux box (without issue), I get the following when I try to connect to my SQL box: [root@XXX apps]# TDSVER=4.2 ./tsql -H XXX.XXX.XXX.XXX -p 1433 -U XXX locale is "en_US.UTF-8" locale charset is "UTF-8" Password: 1 2 3 4 5 .... It pauses and accepts my password. I do not get the '1>' prompt. The prompt has no '>' and does not accept any commands. The prompt increments by one every second. I've tried compiling on three difference boxes with difference versions of redhat, but get the same result every time. I've tried compiling with the following commands and gotten the same result: ./configure --enable-msdblib --prefix=/usr/local/freetds ./configure --with-tdsver=4.2 All help appreciated!