Hi there,

before it gets more frustrating maybe somebody can help. I get the above error message when inserting data into MySQL. I'm using SqlUpdate and declare all parameters of the query string. EAch of the data types in the MySQl table has an equivalent defined in java.sql.Types. However, which one corresponds to the TEXT data type (in MySQL table). I can't find an equivalent in java.sql.Types and keep getting the error "java.sql.SQLException: Unknown Types value".

Any help very much appreciated!

Cheers