Hi, I'm having problems getting OUT Parameters to work in a JDBC Request with a Callable Statement. From what I've read this should be supported in 2.3.2
Here is the list of the Parameter Types I have for my request. VARCHAR, VARCHAR, OUT VARCHAR, OUT VARCHAR When I run the test I get the following error: Response message: java.sql.SQLException: Invalid data type: OUT Any idea what I'm doing wrong? Thank You, Marcus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

