[GRASS-windows] db.execute not working

Glynn Clements glynn at gclements.plus.com
Wed Oct 6 18:50:13 EDT 2010


Louis Becker wrote:

> I want to use db.execute in a script, but can't get it working.
> 
> Trying:
> 
> Echo "select * from Coverage2011_4" | db.execute

In Windows' shell (cmd.exe), the quotes will be retained, causing a
syntax error; try:

	Echo select * from Coverage2011_4 | db.execute

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


More information about the grass-windows mailing list