[postgis-users] Problem with VB ADODB and Postgis GEOMETRY type

Nicolas RIBOT nri at scot.cnes.fr
Thu Sep 11 00:09:52 PDT 2003


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



More information about the postgis-users mailing list