There are problems with executing stored procedures with new SQL Server drivers - they behave differently from the old SNAC driver.
- stored procedure calls returning extra data, causing execution to enter into fetching it and fail
- default mapping of
SQL_C_CHAR to SQL_LONGVARCHAR is problematic and causing all stored procedures with OUTPUT parameters to fail