<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hello...<br><br><br>I am using ASPMAP for my mapping and when I create a shape object it's will save into shape.shapedata. This shape.shapedata are system byte where if I pull a data it looks like this:-<br><br>(0) 01<br>(1) 03<br>(2) 002 and so on<br><br>While I am trying to save this object into table like this syntax<br><br>Dim Conn As New Npgsql.NpgsqlConnection("Server=localhost;" + ("Database=pgadmin;" + ("User ID=postgres;" + "Password=user;")))<br>        Conn.Open()<br><br>        Dim sql As String = "UPDATE m_mer_pers_hd SET mp_map_status = '" & YesNo & "' , the_geom = ST_GeogFromWKB('" & shape.shapedata & "') WHERE mp_id = '" & StoreID & "'"<br>        Dim cmd As Npgsql.NpgsqlCommand = New NpgsqlCommand(sql,
 Conn)<br>        cmd.ExecuteNonQuery()<br>        Conn.Close()<br><br>error come out "column shape not found"<br><br>I now lost of direction of this problem. If someone who know regarding this matter please help me. It's very urgent to solve it. <br><br></td></tr></table><br>