Unable to insert data !
Hello Everyone !
I am using postgresql as a backend. At the time inserting data it generates following errors.
Query execution failed !!! ERROR: value too long for type character varying(4).
Pl. note that I have checked the data type and length of fields in table and same at my Java program. Can anyone suggest the soultion to overcome this problem.
With Thanks !
prashant

