Working with Databases

From OpenJUMP Wiki
Revision as of 01:45, 1 December 2012 by Michaudm (talk | contribs)
Jump to navigation Jump to search

back to New User Guide Index page


References

Database connection

There are several plugins in OpenJUMP, making use of DataBase connections

  • DataStore Layer available in Files > Open...
  • Run DataStore Query available in Files
  • Save As PostGIS available in the layer contextuel menu : write click on the layer, then choose Save Dataset As... and select the PostGIS table format

All these plugins use the same Connection selector
SelectConnection.png

The right icon representing a DataBase open the Connection Manager ConnectionManager.png

Creating a new connection open the following dialog box to configure the connection
ConfigureConnection.png

To get more details about connection configuration, go to Configure a DataBase Connection

Connecting a layer to a table

Creating a layer from a query

Other resources

See also Plugins for OpenJUMP

PostgreSQL/PostGIS

Oracle

MySQL


back to New User Guide Index page