Re: [Geoserver-devel] accessing database tables

2008-06-29 Thread Rob Atkinson
Hi, there is a bit of activity in this space - Gabriel Roldan wrote a extension to the JDBC data stroe to allow registering an in-process SQL view: its in geotools 2.4, community-schemas/sql-datastore. The "geometryless" datastore implements these interfaces, and hence we can use SQL statements

Re: [Geoserver-devel] accessing database tables

2008-06-27 Thread Andrea Aime
Dave Potts ha scritto: > I have been looking into replacing an instance of mapserver with > geoserver. But to do this I need to access several different tables in > my database. > > I have been through the source code and the on line help and there > does'nt seem to be a way of building a requ

[Geoserver-devel] accessing database tables

2008-06-27 Thread Dave Potts
I have been looking into replacing an instance of mapserver with geoserver. But to do this I need to access several different tables in my database. I have been through the source code and the on line help and there does'nt seem to be a way of building a request from more than one data table