Informix « Database « Spring Q&A





1. Informix Support    forum.springsource.org

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 ...

2. Informix stored procedure & spring    forum.springsource.org

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 ...

3. Informix Problems    forum.springsource.org

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 ...

4. Informix JDBC:Message text will be provided in later releases    forum.springsource.org

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 ...

5. Problem calling Informix stored procedure    forum.springsource.org

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, ...

6. Informix LIST function    forum.springsource.org

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 ...

7. Stored Procedure throwing error: Method can be called only once Informix    forum.springsource.org

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 ...

8. Informix and spring    forum.springsource.org

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 ...

9. set connection properties like ifx_autofree for informix    forum.springsource.org

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 ...





10. spring jdbc BasicDatasource Informix    forum.springsource.org

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 ...

11. Informix SQLwarnings    forum.springsource.org

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 ...

12. informix datatype serial    forum.springsource.org

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, ...

13. call procedure in Informix problem    forum.springsource.org

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 ...

14. Why Spring Batch doesn't support Informix database.    forum.springsource.org

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 ...