Hi Guys,
Is it possible to connect to my database from OpenJumP and write my queries
of any kind and obtain results?.
I don't mean to visualize the data that we usually do by using the
''ST_asBinary'' but just like accessing my database and running queries
from the Desktop application such as OpenJumP.
For example, I sent this query to my database:

SELECT v as elevation
FROM (SELECT ST_Value(rast,ST_Point(-106.2,38.2))as v FROM srtm
WHERE ST_Value(rast,ST_Point(-106.2,38.2)) IS NOT NULL)foo;

and OpenJumP says "-1 Array Index Out Of Bound Exception "

I need suggestions guys, am trying something out.


-- 
Iyke Maduako

Masters in Geospatial Technologies
Institute for Geoinformatics,IfGI
University of Muenster Germany
Phone: +4915129048460
Alternative Email:[email protected]
_______________________________________________
postgis-users mailing list
[email protected]
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to