[Date Prev][Date Next] [Chronological] [Thread] [Top]

[Mapserver-users] Appending a shapefile



Hi Jon.
Where can i find info on how to use a database insteed of .dbf files ?
Which DBMS are supported?

Ragards,
---
Alessandro Galasso


----- Original Message -----
From: "Jon Shorie" <jshorie@medinaco.org>
To: <mapserver-users@lists.gis.umn.edu>
Sent: Thursday, April 03, 2003 3:33 PM
Subject: Re: [Mapserver-users] Appending a shapefile
>
> You may want to store the data in Mysql or another low end database rather
> than .dbf files.  This would permit you to not have to rebuild the dbf
every
> time you add a point.  You would just issue an sql insert command to add
the
> point to the database.