On Tue, Jun 24, 2008 at 11:31 AM, Wesley Roberts <wroberts at csir.co.za> wrote: ... > Do I need to use something like mySQL or does GRASS have a builtin function for > this sort of application? There is v.db.join. Using SQLite is sufficient for this task, then you can export db.out.ogr to some table file format. Markus