Thread: JDBC +CIDR

JDBC +CIDR

From
"Johann Robette"
Date:

Hi,

I’ve a table containing a CIDR field.

I’m using an EJB to create a new record in this table.

I don’t know how to pass the CIDR value. I tried by String but I get this error :

                javax.ejb.FinderException: Find failed: java.sql.SQLException: ERROR: operator does not exist: cidr = text

So how should I do?

 

Thanks in advance…