[GRASS-user] doubt about picture link

Is there any solution to give link to picture in databse


vipin

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@gmail.com>:

Is there any solution to give link to picture in databse

--
vipin

_______________________________________________
grass-user mailing list
grass-user@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