[GRASS-dev] Re: [GRASS GIS] #623: compiling error grass6-devel -
winvista 32
GRASS GIS
trac at osgeo.org
Sun May 31 15:19:37 EDT 2009
#623: compiling error grass6-devel - winvista 32
------------------------------+---------------------------------------------
Reporter: hellik | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: closed
Priority: normal | Milestone: 6.5.0
Component: default | Version: svn-develbranch6
Resolution: fixed | Keywords:
Platform: MSWindows Vista | Cpu: Unspecified
------------------------------+---------------------------------------------
Comment (by neteler):
Replying to [comment:11 hellik]:
...
> v.db.update mygeodetic_pts col=zval qcol="CAST(z_value AS double
precision)" where="z_value <> 'N/A'"
>
{{{
(Sun May 31 20:58:07 2009)
v.db.update mygeodetic_pts col=zval qcol=CAST(z_value AS double precision)
where=z_value <> 'N/A'
DBMI-DBF driver error:
ERROR: Error while executing: 'UPDATE mygeodetic_pts SET zval=CAST(z_value
AS double precision) WHERE z_value <> N/A
'
(Sun May 31 20:58:10 2009) Command finished (3 sec)
}}}
Note: CAST is not supported by DBF driver, so you need to use SQLite,
PostgreSQL or MySQL to use CAST.
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/623#comment:13>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list