Re: [udig-devel] store layers on Oracle and Postgis DBs

2010-08-16 Thread Mauricio Pazos
On Monday 16 August 2010 12:56:33 pm Ivano Malavolta wrote: > Hi Mauricio, > thanks for the info. > However I still do not manage to save layers coming from a Postgis DB. > Here is my workflow: > 1) open a layer from the PostGis: ok, the layer correctly appears in > the Layers View > 2) modify some

Re: [udig-devel] store layers on Oracle and Postgis DBs

2010-08-16 Thread Ivano Malavolta
Thank you Jody, of course it worked like a charm :) Best regards, Ivano >uDig has a commit / rollback workflow. So you can edit, perform operations and >so on, and when you are happy with the result press the commit button. For >databases any >information you modified is handled by a database

Re: [udig-devel] store layers on Oracle and Postgis DBs

2010-08-16 Thread Ivano Malavolta
Hi Mauricio, thanks for the info. However I still do not manage to save layers coming from a Postgis DB. Here is my workflow: 1) open a layer from the PostGis: ok, the layer correctly appears in the Layers View 2) modify some geometry within the layer: ok 3) finish the editing of the layer selectin

Re: [udig-devel] store layers on Oracle and Postgis DBs

2010-08-16 Thread Jody Garnett
uDig has a commit / rollback workflow. So you can edit, perform operations and so on, and when you are happy with the result press the commit button. For databases any information you modified is handled by a database transaction; for a shapefile any changes are held in memory (only the changes

Re: [udig-devel] store layers on Oracle and Postgis DBs

2010-08-16 Thread Mauricio Pazos
On Monday 16 August 2010 10:48:04 am Ivano Malavolta wrote: > Hi all, > I need to know if uDig really works in real-time on Oracle and Postgis DBs. > In other words, can I modify a layer directly on an Oracle DB? > I mean, can I load a layer from an Oracle DB and store the modifed > geographic data

[udig-devel] store layers on Oracle and Postgis DBs

2010-08-16 Thread Ivano Malavolta
Hi all, I need to know if uDig really works in real-time on Oracle and Postgis DBs. In other words, can I modify a layer directly on an Oracle DB? I mean, can I load a layer from an Oracle DB and store the modifed geographic data on the DB again? For example, in Qgis when I modify a layer and I st