I'm running some conversion code, using TinyTDS to connect to a MS SQL Server 2005 database over a VPN. Getting results with TinyTDS takes a very long time. When I was using odbc/dbi/freetds, it was WAAYYY faster (however, in the middle of my conversion the odbc driver would throw an error about 'negative string length or length too long', or something to that effect, which is why I switched to TinyTDS).
hey guys,
I'm running some conversion code, using TinyTDS to connect to a MS SQL Server 2005 database over a VPN. Getting results with TinyTDS takes a very long time. When I was using odbc/dbi/freetds, it was WAAYYY faster (however, in the middle of my conversion the odbc driver would throw an error about 'negative string length or length too long', or something to that effect, which is why I switched to TinyTDS).