Error: The argument is invalid
When I execute a query "SELECT * FROM t_info" on Java application thru CUBRID JDBC,
an error "The argument is invalid" popped up. I'd like to know what happened and how I handle.
The error comes from CUBRID JDBC, and it is frequently appearing when you execute queries.
I assume JDBC cannot catch a JAVA exception, which means it cannot evaluate why or when precisely JAVA throws it .
I have encountered the same message when I attempt to fetch data having invalid value which CUBRID doesn't support. Then JAVA fails to create objects with its data type and throws an exception, which causes the error "the argument is invalid". Please see if your query result contains invalid data.