Ok, solution is found for my problem instead of writing: update clcv1 set the_geom=? where gid=? I wrote update clcv1 set the_geom=geometryFromText(?,?) where gid=?) And, of course, it worked... Nicolas