I've seen that some 3 years ago in version 1.X.X Informix wasn't supported. Has this changed and does Spring Batch support Informix 11.50 and up? If not, is there a tried ... |
Informix stored procedure & spring Hello everybody... This is a very painfull issue for me...it's been unresolved for a few days now and i could use some help... Here is my ... |
Informix Problems Sorry I'm newbee with Spring anybodo Can you help me whit this problem? Thanks in advance Java Code: public class TestStoredProcedure { public static void main(String[] args) { TestStoredProcedure ... |
Informix JDBC:Message text will be provided in later releases This doesn't really belong here, but it's a good place to post this. While connecting to a database using the Informix JDBC ... |
Problem calling Informix stored procedure Hi All, Big problem with stored procedure that returns a value (not an out parameter) in Informix. The exception thrown is: Code: INFO: SQLErrorCodes loaded: [DB2, ... |
Informix LIST function Hello, I am trying to use a JDBCTemplate to perform a query in Informix like this: SELECT * FROM surveymark WHERE objectid IN (SELECT * FROM TABLE(LIST{80244,138967})) ORDER ... |
Jul 19th, 2007, 09:45 AM #1 Rahul Chaudhari View Profile View Forum Posts Private Message Junior Member Join Date Jul 2007 Posts 3 Stored Procedure throwing error: Method can be called ... |
|
Informix and spring Hi, i am trying to access informix database using spring. The datasource that spring is creating for me is null. I am not sure what is wrong that ... |
set connection properties like ifx_autofree for informix Hi, I am using informix database and spring for a standalone java application. It is connecting fine. Now I need to set certain connection ... |
spring jdbc BasicDatasource Informix Hi, I want to make sure if I am correct in my understanding of the following (A) and (B): (A) I am using BasicDatasource for getting connection ... |
Informix SQLwarnings Hello, It is the first time I use this forum, so I hope this is there I should send this question. I am working on Informix with Hibernate 3.2 ... |
Hello, I insert a record with the SimpleJdbcTemplate. The id of the record is in the database the datatype serial. The db auto increments the id for me. My question now, ... |
call procedure in Informix problem my procedure in informix is very single one as follow: create procedure test(testno char(6)) returning integer; it just accept one string parameter and return the int ... |
Why Spring Batch doesn't support Informix database. Hi All, I got the following error while trying to run the football Job sample with Informix Dynamic Server 10.0. 20:20:32,078 ERROR main CommandLineJobRunner:208 ... |