<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Hello all,
<br>
<br>
<br>
I have a problem when I want to modify an attribute table.
<br>
<br>
I add a new vector with v.in.ogr. My attribute table is build like
that :
<br>
<br>
name type length
<br>
<br>
cat integer 20
<br>
ID character 24 <br>
PREC_PLANI double precision 20
<br>
NATURE character 31
<br>
HAUTEUR integer 20
<br>
id_2 integer 20
<br>
<br>
<br>
I would like to remove the column 'HAUTEUR', but when I remove
this
<br>
column, my two character columns (ID and NATURE) change
automatically to
<br>
become :
<br>
<br>
ID text 1000
<br>
NATURE text 1000
<br>
<br>
Do you know why the simple fact to remove a column (HAUTEUR)
change type
<br>
and length of other columns.
<br>
<br>
Thanks,
<br>
-- <br>
</p>
<div class="moz-signature">
<style>
div#signature {font-size:10px;color:#666;margin:10px 0}
div.nom {font-weight:bold}
div.titre {}
div.geophom {font-size:11px;font-weight:bold;color:#A1CD1A;margin-top:10px}
div#voeux {font-size:10px;margin-top:10px}
</style>
<div id="signature">
<div class="nom">Camille BEZZINA</div>
<div class="titre">Chargé d'études géomatiques et photomontages</div>
<div class="geophom">Geophom</div>
57 rue du Chemin Neuf 44521 OUDON<br>
Standard: +33(0)2 85 52 02 59 <br>
Ligne directe: +33(0)9 72 56 81 71<br>
<a class="moz-txt-link-abbreviated" href="http://www.geophom.fr">www.geophom.fr</a><br>
</div>
</div>
</body>
</html>