Murat,<br><br>Perhaps you can use the CAST operator to convert the data type to varchar.<br><br>On Monday, March 5, 2012, Murat Beyhan &lt;<a href="mailto:beyhan@deprem.gov.tr">beyhan@deprem.gov.tr</a>&gt; wrote:<br>&gt; Chaitanya,<br>
&gt;<br>&gt; Thanks for your help, I try to use concat to create view from database<br>&gt; which is storing start and end of the point of the line<br>&gt; as follows.<br>&gt;<br>&gt;<br>&gt; create view lineview6 as select eq_id,<br>
&gt; CONCAT(&#39;LINESTRING(&#39;,lon1,&#39;&#39;,lat1,&#39;,&#39;,lon2,&#39;&#39;,lat2,&#39;)&#39;) as geom from<br>&gt; sfault<br>&gt;<br>&gt;<br>&gt;<br>&gt; but at the previous problem still could not solve<br>&gt; as you said geom field should be string but view automatically decided<br>
&gt; the format of the geom column randomly (now is var). then the select sql<br>&gt; result of the view as follows and mapserver does not draw line.<br>&gt;<br>&gt;<br>&gt; SQL result<br>&gt; Host: localhost<br>&gt; Database: dynamic<br>
&gt; Generation Time: Mar 05, 2012 at 09:52 AM<br>&gt; Generated by: phpMyAdmin 3.3.10 / MySQL 5.1.55<br>&gt; SQL query: SELECT * FROM `lineview6` LIMIT 0, 30 ;Rows: 1<br>&gt;<br>&gt;               eq_id<br>&gt;                geom<br>
&gt; 20100308023229<br>&gt; LINESTRING(38.7901 40.0811,38.7428<br>&gt; 40.0311)<br>&gt;<br>&gt;<br>&gt; and structure of the lineview6 is as follows<br>&gt;<br>&gt; eq_id varchar(14)<br>&gt; geom var(51)<br>&gt;<br>&gt; please excuse me for this<br>
&gt;<br>&gt; murat<br>&gt;<br>&gt;<br>&gt;<br>&gt; On Fri, 2012-03-02 at 21:38 +0530, Chaitanya kumar CH wrote:<br>&gt;&gt; Please refer to my previous posts.<br>&gt;&gt; Modify the SQL select command. Use the CONCAT function instead of the<br>
&gt;&gt; + operator to create the wkt.<br>&gt;&gt;<br>&gt;&gt; It should be something like this: CONCAT(&#39;LINESTRING(&#39;, x1, &#39; &#39;, y1,<br>&gt;&gt; &#39;,&#39;, x2, &#39; &#39;, y2, &#39;)&#39;)<br>&gt;&gt; You may have to change the order of the points.<br>
&gt;&gt;<br>&gt;&gt; On Fri, Mar 2, 2012 at 9:24 PM, Murat Beyhan &lt;<a href="mailto:beyhan@deprem.gov.tr">beyhan@deprem.gov.tr</a>&gt;<br>&gt;&gt; wrote:<br>&gt;&gt;         Chaitanya,<br>&gt;&gt;<br>&gt;&gt;         I store data in table not view as I told you before becasue I<br>
&gt;&gt;         could not<br>&gt;&gt;         declare column as string, then I create a new table and select<br>&gt;&gt;         fault(line) column as linestring. in mysql WKT support these<br>&gt;&gt;         format<br>
&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;              * A LineString with four points:<br>&gt;&gt;<br>&gt;&gt;                LINESTRING(0 0, 10 10, 20 25, 50 60)<br>&gt;&gt;<br>&gt;&gt;                Note that point coordinate pairs are separated by<br>
&gt;&gt;         commas.<br>&gt;&gt;<br>&gt;&gt;              * A Polygon with one exterior ring and one interior ring:<br>&gt;&gt;<br>&gt;&gt;                POLYGON((0 0,10 0,10 10,0 10,0 0),(5 5,7 5,7 7,5 7, 5<br>&gt;&gt;         5))<br>
&gt;&gt;              * A MultiPoint with three Point values:<br>&gt;&gt;<br>&gt;&gt;                MULTIPOINT(0 0, 20 20, 60 60)<br>&gt;&gt;              * A MultiLineString with two LineString values:<br>&gt;&gt;<br>&gt;&gt;                MULTILINESTRING((10 10, 20 20), (15 15, 30 15))<br>
&gt;&gt;              * A MultiPolygon with two Polygon values:<br>&gt;&gt;<br>&gt;&gt;                MULTIPOLYGON(((0 0,10 0,10 10,0 10,0 0)),((5 5,7 5,7<br>&gt;&gt;         7,5 7, 5 5)))<br>&gt;&gt;              * A GeometryCollection consisting of two Point values and<br>
&gt;&gt;         one<br>&gt;&gt;                LineString:<br>&gt;&gt;<br>&gt;&gt;                GEOMETRYCOLLECTION(POINT(10 10), POINT(30 30),<br>&gt;&gt;         LINESTRING(15 15, 20 20))<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;         How to modify wkt geometry  in string format<br>
&gt;&gt;         in map file it is already defined as<br>&gt;&gt;         &lt;GeometryType&gt;wkbLineString&lt;/GeometryType&gt;<br>&gt;&gt;         like this.<br>&gt;&gt;<br>&gt;&gt;         I really sorry for giving trouble to you. Thanks<br>
&gt;&gt;<br>&gt;&gt;         murat<br>&gt;&gt;<br>&gt;&gt;         On Fri, 2012-03-02 at 21:19 +0530, Chaitanya kumar CH wrote:<br>&gt;&gt;         &gt; Modify the table to store the line as a wkt geometry in<br>&gt;&gt;         string format.<br>
&gt;&gt;         &gt;<br>&gt;&gt;         &gt; On Fri, Mar 2, 2012 at 9:12 PM, Murat Beyhan<br>&gt;&gt;         &lt;<a href="mailto:beyhan@deprem.gov.tr">beyhan@deprem.gov.tr</a>&gt;<br>&gt;&gt;         &gt; wrote:<br>&gt;&gt;         &gt;         Chaitanya,<br>
&gt;&gt;         &gt;<br>&gt;&gt;         &gt;         I mean What should I do,<br>&gt;&gt;         &gt;         Still could not draw a simple line on the map,<br>&gt;&gt;         &gt;         Please how can I overcome this issue. How can I<br>
&gt;&gt;         change VRT<br>&gt;&gt;         &gt;         file.<br>&gt;&gt;         &gt;         in order to read data from such table storing data<br>&gt;&gt;         as<br>&gt;&gt;         &gt;         linestring<br>
&gt;&gt;         &gt;<br>&gt;&gt;         &gt;         regards<br>&gt;&gt;         &gt;<br>&gt;&gt;         &gt;         murat<br>&gt;<br><br>-- <br>Best regards,<br>Chaitanya kumar CH.<br><br>+91-9494447584<br>17.2416N 80.1426E<br>