ÐÐÐСÐÐÐÐ v.db.addcol adds one or more column(s) to the attribute table connected to a given vector map. It automatically checks the connection for the specified layer. ÐÐ ÐÐÐЧÐÐÐЯ v.db.addcol is a front-end to db.execute to allow easier usage. The supported types of columns depend on the database backend. However, all backends should support VARCHAR, INT, DOUBLE/REAL and DATE. The default dbf backend supports only these types. The existing database connection(s) can be verified with v.db.connect. ÐÐ ÐÐÐРЫ Adding a single column: v.db.addcol sentiero_brenta_points columns="slope double precision" v.info -c sentiero_brenta_points Adding two columns: v.db.addcol sentiero_brenta_points columns="slope double precision,myname varch ar(15)" v.info -c sentiero_brenta_points СÐ. ТÐÐÐÐ [1]db.execute, [2]v.db.addtable, [3]v.db.connect, [4]v.db.dropcol, [5]v.db.droptable, [6]v.db.select, [7]v.db.update ÐÐТÐÐ Moritz Lennert (mlennert@club.worldonline.be) Last changed: $Date: 2007-02-05 08:33:02 -0600 (Ðн, 05 Ñев 2007) $ ÐвÑÐ¾Ñ Ð¿ÐµÑевода References 1. file://localhost/root/tmp/2/fin/db.execute.html 2. file://localhost/root/tmp/2/fin/v.db.addtable.html 3. file://localhost/root/tmp/2/fin/v.db.connect.html 4. file://localhost/root/tmp/2/fin/v.db.dropcol.html 5. file://localhost/root/tmp/2/fin/v.db.droptable.html 6. file://localhost/root/tmp/2/fin/v.db.select.html 7. file://localhost/root/tmp/2/fin/v.db.update.html