Hi<br>I use to work with grass vectors with attributes stored in a MySQL db.<br>But it's not very clear when you say <br><br><div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>I did the Join operation with Mysql and it works perfectly. But, when I<br>come back in Grass, it is not possible to see the result within the<br>attribute table... Joined attributes are not in the table. It seems that
<br>grass is not able to see results of the joined operation made in Mysql.</blockquote><div><br>What kind of join are you talking about? <br>Do you mean a db view resulting from a two (or more) table join?<br><br>Vectors have categories which identify polygons. You must &quot;link&quot; those values with the corresponding key on your table, so when calling 
db.connect you must specify a valid database name, valid table name and finally a valid key on your table. <br>Valid means that polygons id's (categories) need a value stored in the table to link to.<br><br>Try to create a dummy table containing a field with the same value your categories have, and link it to the vector using that field.
<br><br>Hope this helps<br><br><br><br></div></div><br>