I'm having a problem with getting result sets from SQL Server when the query returns more than 32 rows. The query returns a normal result set when there are 32 or less rows in the result, but if the query would return 33 or more rows, it returns a single row with a single column, which has a value of 38.
We're using SQL Server 2005, and because of configuration issues we're using a named pipe...
2009-03-25 20:20:41 UTC in jTDS - SQL Server and Sybase JDBC driver