[postgis-users] jdbc PreparedStatement, setString

strk at refractions.net strk at refractions.net
Tue Oct 4 02:08:34 PDT 2005


On Tue, Oct 04, 2005 at 10:51:27AM +0200, christomec wrote:
> Hi all,
> 
> What am I doing wrong. I've tried different combinations, but I just cant
> crack this one. the ? should look like this 'POINT(28.231594, -25.649567)'
> to work. But I keep getting a "java.sql.SQLException: ERROR: parse error -
> invalid geometry"

No comma between X/Y values:

POINT(28.231594 -25.649567)

--strk;



More information about the postgis-users mailing list