Re: No news... good news...
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
2011/4/25 David Dick <[email protected]>: > On 26/04/11 01:44, Frediano Ziglio wrote: >> Well... a machine account would be better than a sql server access. > > via VNC should be fine. If you can supply me with an ssh public key, > i'll setup the port forwarding for VNC and SQL Server 2000 and 2008, and > I can setup a 2005 instance if required. David got me an access to its machines. It used a mssql 2000 without any service pack. mssql 2000 use protocol 7.1 revision 1 while mssql 2000 with a service pack use protocol 7.1. There is a small difference between two protocol (tabname token!) which leads to protocol mismatch. I'll commit a fix for this problem. Some tests reveal that there is a small problem with tables test which I'll sort out. Some other tests failed for timeout problems but work with normal connections (I used ssh tunnels) freddy77