[GRASSLIST:8911] db.select

Hello,

how can I work with db.select over the console?
When I work with the GUI its no problem. But when I copy the instruction (db.select table=vRegions database=$GISDBASE/$LOCATION_NAME/$MAPSET/dbf/ driver=dbf fs=| ) to the console nothing happens. Whats going wrong? I hope someone can help me.

Thanks a lot.

Greetings
Maik

the problem is, you are using the "pipe" character -- '|' which is used
for unix piping -- you can send results from one program to another.
    
    use simply
    
db.select table=vRegions

or

db.select table=vRegoins fs="|"

instead

jachym

On Mon, Nov 07, 2005 at 10:53:43AM +0100, Maik Trömel wrote:

Hello,

how can I work with db.select over the console?
When I work with the GUI its no problem. But when I copy the instruction
(db.select table=vRegions database=$GISDBASE/$LOCATION_NAME/$MAPSET/dbf/
driver=dbf fs=| ) to the console nothing happens. Whats going wrong? I
hope someone can help me.

Thanks a lot.

Greetings
Maik

--
Jachym Cepicky
e-mail: jachym.cepicky@centrum.cz
URL: http://les-ejk.cz
GPG: http://les-ejk.cz/gnupg_public_key/
-----------------------------------------
OFFICE:
Department of Geoinformation Technologies
LDF MZLU v Brnì
Zemìdìlská 3
613 00 Brno
e-mail: xcepicky@node.mendelu.cz
URL: http://mapserver.mendelu.cz
Tel.: +420 545 134 514

Ok, it works!

Thanks a lot!

Greetings from Germany

Jachym Cepicky wrote:

the problem is, you are using the "pipe" character -- '|' which is used
for unix pipdb.select table=vRegoins fs="|"ing -- you can send results from one program to another.
      use simply
   db.select table=vRegions

or

db.select table=vRegoins fs="|"

instead

jachym

On Mon, Nov 07, 2005 at 10:53:43AM +0100, Maik Trömel wrote:

Hello,

how can I work with db.select over the console?
When I work with the GUI its no problem. But when I copy the instruction (db.select table=vRegions database=$GISDBASE/$LOCATION_NAME/$MAPSET/dbf/ driver=dbf fs=| ) to the console nothing happens. Whats going wrong? I hope someone can help me.

Thanks a lot.

Greetings
Maik