<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Connection MapFile layer to PostGIS (c# mapscript tutorial, part 7)</title>
	<atom:link href="http://www.paolocorti.net/2006/08/01/some-editing-functionality-included-today-in-mapscript-c-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paolocorti.net/2006/08/01/some-editing-functionality-included-today-in-mapscript-c-tutorial/</link>
	<description>a blog about GIS, CMS, agile development and design patterns</description>
	<pubDate>Fri, 30 Jul 2010 22:09:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sergio che</title>
		<link>http://www.paolocorti.net/2006/08/01/some-editing-functionality-included-today-in-mapscript-c-tutorial/comment-page-1/#comment-29025</link>
		<dc:creator>sergio che</dc:creator>
		<pubDate>Wed, 14 Nov 2007 20:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/paolocorti/?p=4#comment-29025</guid>
		<description>I need help on what are the requirements filter SQL, as it does not work for me just to put

DATA "the_geom FROM name_table"

I mark the following error

msDrawMap(): Image handling error. Failed to draw layer named 'vegetacion_potenc
ial'. 
prepare_database(): Query error. Error executing POSTGIS DECLARE (the actual que
ry) statement: 'DECLARE mycursor BINARY CURSOR FOR SELECT "lib"::text,asbinary(f
orce_collection(force_2d(the_geom)),'NDR'),gid::text from vegetacion_potencial W
HERE the_geom &amp;&amp; setSRID('BOX3D(-118.64174423 11.4890309023497,-85.21563187 35.7
823256776503)'::BOX3D, 4326 )'

Postgresql reports the error as 'ERROR:  column "lib" does not exist
LINE 1: DECLARE mycursor BINARY CURSOR FOR SELECT "lib"::text,asbina...
                                                  ^
'

More Help:

Error with POSTGIS data variable. You specified 'check your .map file'.
Standard ways of specifiying are :
(1) 'geometry_column from geometry_table'
(2) 'geometry_column from (sub query) as foo using unique column name using SRID
=srid#'

Make sure you put in the 'using unique  column name' and 'using SRID=#' clauses
in.</description>
		<content:encoded><![CDATA[<p>I need help on what are the requirements filter SQL, as it does not work for me just to put</p>
<p>DATA &#8220;the_geom FROM name_table&#8221;</p>
<p>I mark the following error</p>
<p>msDrawMap(): Image handling error. Failed to draw layer named &#8216;vegetacion_potenc<br />
ial&#8217;.<br />
prepare_database(): Query error. Error executing POSTGIS DECLARE (the actual que<br />
ry) statement: &#8216;DECLARE mycursor BINARY CURSOR FOR SELECT &#8220;lib&#8221;::text,asbinary(f<br />
orce_collection(force_2d(the_geom)),&#8217;NDR&#8217;),gid::text from vegetacion_potencial W<br />
HERE the_geom &amp;&amp; setSRID(&#8217;BOX3D(-118.64174423 11.4890309023497,-85.21563187 35.7<br />
823256776503)&#8217;::BOX3D, 4326 )&#8217;</p>
<p>Postgresql reports the error as &#8216;ERROR:  column &#8220;lib&#8221; does not exist<br />
LINE 1: DECLARE mycursor BINARY CURSOR FOR SELECT &#8220;lib&#8221;::text,asbina&#8230;<br />
                                                  ^<br />
&#8216;</p>
<p>More Help:</p>
<p>Error with POSTGIS data variable. You specified &#8216;check your .map file&#8217;.<br />
Standard ways of specifiying are :<br />
(1) &#8216;geometry_column from geometry_table&#8217;<br />
(2) &#8216;geometry_column from (sub query) as foo using unique column name using SRID<br />
=srid#&#8217;</p>
<p>Make sure you put in the &#8216;using unique  column name&#8217; and &#8216;using SRID=#&#8217; clauses<br />
in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thanhtung</title>
		<link>http://www.paolocorti.net/2006/08/01/some-editing-functionality-included-today-in-mapscript-c-tutorial/comment-page-1/#comment-23606</link>
		<dc:creator>thanhtung</dc:creator>
		<pubDate>Wed, 17 Oct 2007 03:28:19 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/paolocorti/?p=4#comment-23606</guid>
		<description>help me!
I want update record in .DBF from query SQL VS C# 
database ABC.dbf field:
ID,Name,street
I want rename of name but no known doing.
I known only sqlserver codding .net
help me!</description>
		<content:encoded><![CDATA[<p>help me!<br />
I want update record in .DBF from query SQL VS C#<br />
database ABC.dbf field:<br />
ID,Name,street<br />
I want rename of name but no known doing.<br />
I known only sqlserver codding .net<br />
help me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dhruv Sazawal</title>
		<link>http://www.paolocorti.net/2006/08/01/some-editing-functionality-included-today-in-mapscript-c-tutorial/comment-page-1/#comment-2893</link>
		<dc:creator>Dhruv Sazawal</dc:creator>
		<pubDate>Sat, 03 Mar 2007 22:37:07 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/paolocorti/?p=4#comment-2893</guid>
		<description>Hi paolo,

  I am trying to develop a Gis application using c# mapscipt and  lot has been done .  Now I am facing problem in developing route finder in it . can u suggest some sources from where i may get help . 
        please help !!!</description>
		<content:encoded><![CDATA[<p>Hi paolo,</p>
<p>  I am trying to develop a Gis application using c# mapscipt and  lot has been done .  Now I am facing problem in developing route finder in it . can u suggest some sources from where i may get help .<br />
        please help !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paolo Corti</title>
		<link>http://www.paolocorti.net/2006/08/01/some-editing-functionality-included-today-in-mapscript-c-tutorial/comment-page-1/#comment-1147</link>
		<dc:creator>Paolo Corti</dc:creator>
		<pubDate>Mon, 29 Jan 2007 14:31:18 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/paolocorti/?p=4#comment-1147</guid>
		<description>Amgad,
you cannot edit sde data with c# mapscript. To do that you would need an Esri library appropriate for doing that, like ArcGis server (Server ArcObjects) or the sde API, but the last there is only for C++ and Java at the moment, I don't know if they will release a version for .NET.</description>
		<content:encoded><![CDATA[<p>Amgad,<br />
you cannot edit sde data with c# mapscript. To do that you would need an Esri library appropriate for doing that, like ArcGis server (Server ArcObjects) or the sde API, but the last there is only for C++ and Java at the moment, I don&#8217;t know if they will release a version for .NET.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amgad A. Ali</title>
		<link>http://www.paolocorti.net/2006/08/01/some-editing-functionality-included-today-in-mapscript-c-tutorial/comment-page-1/#comment-1079</link>
		<dc:creator>Amgad A. Ali</dc:creator>
		<pubDate>Sat, 27 Jan 2007 13:32:38 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/paolocorti/?p=4#comment-1079</guid>
		<description>I need to edit SDE Line Layer, now i can connect to view SDE layers but I can't EDIT with C# , Please help 
amgad_gis@yahoo.com
amgad.gis@gmail.com</description>
		<content:encoded><![CDATA[<p>I need to edit SDE Line Layer, now i can connect to view SDE layers but I can&#8217;t EDIT with C# , Please help<br />
<a href="mailto:amgad_gis@yahoo.com">amgad_gis@yahoo.com</a><br />
<a href="mailto:amgad.gis@gmail.com">amgad.gis@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amgad A. Ali</title>
		<link>http://www.paolocorti.net/2006/08/01/some-editing-functionality-included-today-in-mapscript-c-tutorial/comment-page-1/#comment-1076</link>
		<dc:creator>Amgad A. Ali</dc:creator>
		<pubDate>Sat, 27 Jan 2007 13:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/paolocorti/?p=4#comment-1076</guid>
		<description>I need to edit SDE Line Layer, now i can connect to view SDE layers but I can't EDIT with C# , Please help</description>
		<content:encoded><![CDATA[<p>I need to edit SDE Line Layer, now i can connect to view SDE layers but I can&#8217;t EDIT with C# , Please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MeoMeo</title>
		<link>http://www.paolocorti.net/2006/08/01/some-editing-functionality-included-today-in-mapscript-c-tutorial/comment-page-1/#comment-393</link>
		<dc:creator>MeoMeo</dc:creator>
		<pubDate>Mon, 25 Dec 2006 02:15:04 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/paolocorti/?p=4#comment-393</guid>
		<description>Can u send me Example Mapserver(api) connect SDE database. And Add Point, Polyline, polygon to SDE thanks</description>
		<content:encoded><![CDATA[<p>Can u send me Example Mapserver(api) connect SDE database. And Add Point, Polyline, polygon to SDE thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bayu Kurniawan R</title>
		<link>http://www.paolocorti.net/2006/08/01/some-editing-functionality-included-today-in-mapscript-c-tutorial/comment-page-1/#comment-351</link>
		<dc:creator>Bayu Kurniawan R</dc:creator>
		<pubDate>Thu, 21 Dec 2006 06:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/paolocorti/?p=4#comment-351</guid>
		<description>Thanks, its works</description>
		<content:encoded><![CDATA[<p>Thanks, its works</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thanh Long</title>
		<link>http://www.paolocorti.net/2006/08/01/some-editing-functionality-included-today-in-mapscript-c-tutorial/comment-page-1/#comment-75</link>
		<dc:creator>Thanh Long</dc:creator>
		<pubDate>Tue, 21 Nov 2006 04:44:38 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/paolocorti/?p=4#comment-75</guid>
		<description>Great! this help me very much, thanks so much!</description>
		<content:encoded><![CDATA[<p>Great! this help me very much, thanks so much!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
