This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: JDBC functionsraja05 Oct 22, 2003 11:10 AM (in response to sbello)You might want to add these functions in ur standardjbosscmp-jdbc.xml in the config directory of JBoss. 
 <function-mapping>
 <function-name>concat</function-name>
 <function-sql>(?1 || ?2)</function-sql>
 </function-mapping>
 Put this under the type-mapping for informix. Look at the oracle examples in teh same file to see how the function entries can be made.
 -Raj
 
    