[GRASS-dev] Tk implemantation of a query function

Glynn Clements glynn at gclements.plus.com
Mon Oct 23 14:20:17 EDT 2006


Thierry Gonon wrote:

> It helps for the beginning, but after that, the problem is that it can't run db.table (I call it this way :
> exec {db.tables driver=$DB_DRIVER database=$DB_DATABASE > /tmp/tables}

As Moritz notes, the braces shouldn't be there.

Tcl's "exec" command takes a command as multiple arguments; the first
is the command, the rest are the command's arguments (or
redirections). Each command argument must be passed as a separate
argument to "exec".

-- 
Glynn Clements <glynn at gclements.plus.com>




More information about the grass-dev mailing list