informix « Seam « JPA Q&A





1. Created query is not supported by my DB    stackoverflow.com

I created an application using seam-gen. The created operation to search the DB ends with and exception (syntax error). The query has a where clause like this:

lower(barcode0_.barcode_ean) like lower((?||'%')) limit ?
Does ...

2. Hibernate Query problem with Informix    stackoverflow.com

I have written an application using Seam 2.2.1 & MySQL which is working. I am now trying to connect the application to Informix and when I execute a query from hibernate(select ...

3. hash function in informix like md5(column) in sql    stackoverflow.com

Possible Duplicate:
Calculate hash/checksum in Informix SQL
I use Informix as an DBMS Server, I need a function as in sql that get md5 format
select ...