I'm receiving the exception
[Microsoft][SQLServer 2000 Driver for JDBC]Unexpected end of escape, line 0 offset 0. I'm using a CallableStatement to call a Stored Procedure with four parameters; Integer,
String, String, Integer. I've checked what is being passed to the Statement to fill the parameters and the data looks fine. I've looked high and low and I can't find any information on what the cause of this exception may be. Does anyone have any experience with it? Thanks.