We suspected that too so the stored proc was executed separately and it didn't raise any error. I see the TDS error token but also see that it comes during processing of the output of the stored proc. Any direction as to when such an error is raised?
Thanks for the response. I will check out the connection property. However, when you say error is raised by the server, then the data should not have been inserted into the database. But in this case it does get inserted into the table, with a '?' and we get an error back. And we don't get the exception when inserting same data directly into the table, using a db client.
Any help on this?
Hi, I am working on a Mule (java based ESB) application that is required to invoke a sybase stored procedure that has some input parameters and 2 output parameters. We are using jtds 1.3.1 version as the driver to connect to the db and passed the charset in the url as ISO-8859-1 (as UTF 8 was not working for norwegian characters). Now the problem is for inputs with certain special characters, like, Łuczak, D'Amico and some other values which comes as part of user inputs (god knows where they copy...
Hi, I am working on a Mule (java based ESB) application that is required to invoke a sybase stored procedure that has some input parameters and 2 output parameters. We are using jtds 1.3.1 version as the driver to connect to the db and passed the charset in the url as ISO-8859-1 (as UTF 8 was not working for norwegian characters). Now the problem is for inputs with certain special characters, like, Łuczak, D'Amico and some other values which comes as part of user inputs (god knows where they copy...