[GRASS-user] doubt about picture link
Jachym Cepicky
jachym.cepicky at gmail.com
Wed Oct 8 23:07:52 EDT 2008
Hi,
well, you can always convert your database from DBF format to
PostgreSQL and use their BLOB type. Then you can store the images
directly to database.
If this is not what you are looking for, just add new column of type
STRING (varchar) to the database:
v.db.addcol map=your_vector column="image varchar(256)"
then you can store the link directly.
jachym
2008/10/8 vipin poulose <poulosevipin117 at gmail.com>:
> Is there any solution to give link to picture in databse
>
> --
> vipin
>
> _______________________________________________
> grass-user mailing list
> grass-user at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-user
>
>
--
Jachym Cepicky
e-mail: jachym.cepicky gmail com
URL: http://les-ejk.cz
GPG: http://www.les-ejk.cz/pgp/jachym_cepicky-gpg.pub
More information about the grass-user
mailing list